Liking cljdoc? Tell your friends :D

pg-bin.json

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

require!clj

(require! fq-symbol)
source

set-charredcljmacro

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

set-cheshirecljmacro

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

set-data-jsoncljmacro

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

set-jsamcljmacro

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

set-jsonistacljmacro

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

set-stringcljmacro

(set-string)

Parse json and jsonb types as plain strings (default implementation).

Parse json and jsonb types as plain strings (default
implementation).
sourceraw docstring

throw!cljmacro

(throw! message)
(throw! template & args)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close