metosin / jsonista

Clojure library for fast JSON encoding and decoding.
https://cljdoc.org/d/metosin/jsonista
Eclipse Public License 2.0
422 stars 30 forks source link

Fix quickstart (write-value-as-string should be to-json) #10

Closed chrisdavies closed 7 years ago

chrisdavies commented 7 years ago

The proper functions appear to be to-json / from-json

ikitommi commented 7 years ago

Hi. And thanks for the PR! Still, the root cause was that the latest code was not pushed to Clojars. Now it is, and the api is was is described in the README - and most likely final for the initial release - function names are taken directly from Jackson. Please re-try [metosin/jsonista "0.1.0-20171106.054410-3"] (or just 0.1.0-SNAPSHOT).

We'll release 0.1.0 any day now, and start tracking changes via CHANGELOG.