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 "@" prefixes into :_.

Coerce a Profile JSON string into EDN, keywordizing keys and 
converting "@" prefixes into `:_`.
sourceraw docstring

coerce-statementclj/s

(coerce-statement statement-json)

Coerce a Statement or Statement array JSON string into EDN, stringifying keys. Converts array JSON into

Coerce a Statement or Statement array JSON string into EDN, 
stringifying keys. Converts array JSON into 
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