Docs ol.clave API Reference ol.clave crypto impl json 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. source write-str (write-str x) (write-str x opts) Returns a JSON string from the Clojure value. source