Liking cljdoc? Tell your friends :D

json-pointer.predicate

Predicates over json pointers.

Predicates over json pointers.
raw docstring

pointer?clj

(pointer? pointer)

Returns true if pointer is a valid, parseable json pointer.

Returns true if pointer is a valid, parseable json pointer.
sourceraw docstring

root?clj

(root? tree)

Determines if the parsed string points to the root document

Determines if the parsed string points to the root document
sourceraw docstring

token?clj

(token? token)

Determine if arg is a token.

Determine if arg is a token.
sourceraw docstring

uri-pointer?clj

(uri-pointer? tree)

Determines if the parsed string is a URI fragment.

Determines if the parsed string is a URI fragment.
sourceraw docstring

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

× close