ol.clave.crypto.impl.json

read-str

(read-str s)
(read-str s opts)

Returns a Clojure value from the JSON string.

Options: :key-fn - Convert JSON keys using this function. Defaults to keyword.


write-str

(write-str x)
(write-str x opts)

Returns a JSON string from the Clojure value.