Liking cljdoc? Tell your friends :D

json-pointer.core


escapeclj

Escape a JSON pointer string. Alias to esc/escape

Escape a JSON pointer string. Alias to esc/escape
sourceraw docstring

modify-pointerclj

(modify-pointer s f)

Modify a pointer string, then recast to a new pointer string.

Modify a pointer string, then recast to a new pointer string.
sourceraw docstring

parseclj

Parse a JSON pointer string. Alias to parser/parse

Parse a JSON pointer string. Alias to parser/parse
sourceraw docstring

pointer->keysclj

(pointer->keys s)

Transform a JSON pointer string to a sequence of keys.

Transform a JSON pointer string to a sequence of keys.
sourceraw docstring

pointer->stringsclj

(pointer->strings s)

Transform a JSON pointer string to a sequence of strings.

Transform a JSON pointer string to a sequence of strings.
sourceraw docstring

resolve-pointerclj

(resolve-pointer json pointer & {:keys [resolver] :or {resolver :strings}})

Given a JSON object and a JSON pointer, return a portion of the JSON object.

Given a JSON object and a JSON pointer, return a portion of the JSON object.
sourceraw docstring

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

× close