(jsonify spec edn)
Transforms the given edn to a JSON-friendly version that can then be transformed into a JSON string.
Transforms the given edn to a JSON-friendly version that can then be transformed into a JSON string.
(unjsonify spec json)
Transforms the given JSON-friendly edn into edn where all JSON-friendly values have been replaced with internal types (dates, enums and so on)
Transforms the given JSON-friendly edn into edn where all JSON-friendly values have been replaced with internal types (dates, enums and so on)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close