Liking cljdoc? Tell your friends :D

com.yetanalytics.persephone.utils.json


coerce-profileclj/s

(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`.
sourceraw docstring

coerce-statementclj/s

(coerce-statement statement-json)

Coerce a Statement JSON string into EDN, stringifying keys.

Coerce a Statement JSON string into EDN, stringifying keys.
sourceraw docstring

get-jsonpath-valuesclj/s

(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.
sourceraw docstring

opts-mapclj/s

source

parse-jsonpathclj/s

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.
sourceraw docstring

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

× close