(coerce-profile profile-json)
Coerce a Profile JSON string into EDN, keywordizing keys and converting
"@context" into :_context
.
Coerce a Profile JSON string into EDN, keywordizing keys and converting "@context" into `:_context`.
(coerce-statement statement-json)
Coerce a Statement JSON string into EDN, stringifying keys.
Coerce a Statement JSON string into EDN, stringifying keys.
(get-jsonpath-values json paths)
Given json
and parsed JSONPaths paths
, return a vector of JSON
valuess.
Given `json` and parsed JSONPaths `paths`, return a vector of JSON valuess.
Parse a single arg path-str
and return a vector of parsed
JSONPaths.
Parse a single arg `path-str` and return a vector of parsed JSONPaths.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close