Liking cljdoc? Tell your friends :D

s-exp.legba.json-pointer

Implementation of https://datatracker.ietf.org/doc/html/rfc6901 parser and resolver

Implementation of https://datatracker.ietf.org/doc/html/rfc6901 parser and
resolver
raw docstring

add-pointerclj

(add-pointer node pointer)

annotate-treeclj

(annotate-tree node)
(annotate-tree node pointer)

Walks tree and add :json-pointer to every node

Walks tree and add :json-pointer to every node
raw docstring

decode-tokenclj

(decode-token token)

Decodes a single reference token according to RFC 6901.

Decodes a single reference token according to RFC 6901.
raw docstring

encode-tokenclj

(encode-token token)

Encodes a single reference token according to RFC 6901.

Encodes a single reference token according to RFC 6901.
raw docstring

parse-json-pointerclj

(parse-json-pointer pointer)

Parses a JSON Pointer string into a sequence of reference tokens.

Parses a JSON Pointer string into a sequence of reference tokens.
raw docstring

pointer-appendclj

(pointer-append pointer val)

queryclj

(query json-data pointer)

Resolves a JSON Pointer against a given JSON data structure.

Resolves a JSON Pointer against a given JSON data structure.
raw docstring

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

× close