Liking cljdoc? Tell your friends :D

collet.actions.jslt


apply-jslt-params-specclj


apply-jslt-templateclj

(apply-jslt-template {:collet.actions.jslt/keys [mapper expr] :keys [input as]})

Apply a JSLT template to a JSON input. Parameters:

  • input: The JSON input to apply the template to.
  • template: The JSLT template to apply.
  • as: The output format. One of :string or :clj (default).
Apply a JSLT template to a JSON input.
Parameters:
- input: The JSON input to apply the template to.
- template: The JSLT template to apply.
- as: The output format. One of :string or :clj (default).
raw docstring

expression?clj


object-mapper?clj


parseclj

(parse node)

Parse a JsonNode into a Clojure data structure

Parse a JsonNode into a Clojure data structure
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close