Liking cljdoc? Tell your friends :D

json-utils.pointer


lookupclj/s

(lookup form node)
(lookup form node match-fn)
(lookup form node match-fn path)
source

res*clj/smultimethod

source

res-typeclj/s

(res-type & args)
source

resolveclj/s

(resolve ptr)
(resolve json ptr)

Resolves either a JSON pointer on its own (if its first part points to a json doc) or a JSON pointer within a supplied JSON document. The JSON may be supplied as a uri (which is resolved), the json as a string or a nested Clojure data structure representation of the json.

Resolves either a JSON pointer on its own (if its first part points to a json doc)
or a JSON pointer within a supplied JSON document.
The JSON may be supplied as a uri (which is resolved), the json as a string or a nested
Clojure data structure representation of the json.
sourceraw docstring

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

× close