(convert-json json-str)
(convert-json json-str at-replacement)
Convert a JSON string into an EDN data structure.
Optional at-replacement
arg is the string that should replace the @
character (_
by default). Removes spaces in keywords.
Convert a JSON string into an EDN data structure. Optional `at-replacement` arg is the string that should replace the `@` character (`_` by default). Removes spaces in keywords.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close