Liking cljdoc? Tell your friends :D

json-pointer.escape

Escape and unescape JSON pointer strings.

Escape and unescape JSON pointer strings.
raw docstring

escapeclj

(escape string)

Escape invalid JSON pointer characters.

Escape invalid JSON pointer characters.
sourceraw docstring

key->escaped-stringclj

(key->escaped-string k)

Takes a value and converts it to an escaped JSON pointer string.

Takes a value and converts it to an escaped JSON pointer string.
sourceraw docstring

unescapeclj

(unescape token)

Unescape JSON pointer strings.

Unescape JSON pointer strings.
sourceraw docstring

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

× close