A number of macros to change JSON and JSONb parsing in runtime. All of them assume you have required libraries installed.
A number of macros to change JSON and JSONb parsing in runtime. All of them assume you have required libraries installed.
(set-charred & [opt-read])
Parse json and jsonb types using Charred library assuming you have it in classpath. Accepts an optional map of reading parameters (see the docs).
Parse json and jsonb types using Charred library assuming you have it in classpath. Accepts an optional map of reading parameters (see the docs).
(set-cheshire & [key-fn])
Parse json and jsonb types using Cheshire assuming you have it in classpath. Accepts an optional function to transform keys (see cheshire docs).
Parse json and jsonb types using Cheshire assuming you have it in classpath. Accepts an optional function to transform keys (see cheshire docs).
(set-data-json & [opt-read])
Parse json and jsonb types using clojure.data.json library assuming you have it in classpath. Accepts an optional map of reading parameters (see the docs).
Parse json and jsonb types using clojure.data.json library assuming you have it in classpath. Accepts an optional map of reading parameters (see the docs).
(set-jsam & [opt-read])
Parse json and jsonb types using Jsam library assuming you have it in classpath. Accepts an optional map of reading parameters (see cheshire docs).
Parse json and jsonb types using Jsam library assuming you have it in classpath. Accepts an optional map of reading parameters (see cheshire docs).
(set-jsonista & [obj-mapper])
Parse json and jsonb types using Jsonista library assuming you have it in classpath. Accepts an optional ObjectMapper instance for custom data processing (see the docs).
Parse json and jsonb types using Jsonista library assuming you have it in classpath. Accepts an optional ObjectMapper instance for custom data processing (see the docs).
(set-string)
Parse json and jsonb types as plain strings (default implementation).
Parse json and jsonb types as plain strings (default implementation).
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |