Liking cljdoc? Tell your friends :D

jq.api


executeclj

(execute data query)

Given a JSON data string (1) and a JQ query string (2) returns a JSON string result of (2) applied on (1).

Given a JSON data string (1) and a JQ query string (2)
returns a JSON string result of (2) applied on (1).
sourceraw docstring

flexible-processorclj

(flexible-processor query)
(flexible-processor query opts)

Given a JQ query string (1) compiles it and returns a function that given a JsonNode object or a String (2) will return either a JSON string or json node with (1) applied on (2).

Given a JQ query string (1) compiles it and returns a function that given
a JsonNode object or a String (2) will return
either a JSON string or json node with (1) applied on (2).
sourceraw docstring

processorclj

(processor query)

Given a JQ query string (1) compiles it and returns a function that given a JSON string (2) will return a JSON string with (1) applied on (2).

Given a JQ query string (1) compiles it and returns a function that given
a JSON string (2) will return a JSON string with (1) applied on (2).
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close