Liking cljdoc? Tell your friends :D

clj-json.core


*coercions*clj

source

generate-stringclj

(generate-string obj)

Returns a JSON-encoding String for the given Clojure object.

Returns a JSON-encoding String for the given Clojure object.
sourceraw docstring

generate-to-writerclj

(generate-to-writer obj writer)

Attempts to write a json-encoded string for the given Object directly to the given writer.

Attempts to write a json-encoded string for the given Object directly to the given writer.
sourceraw docstring

parse-stringclj

(parse-string string & [keywords])

Returns the Clojure object corresponding to the given JSON-encoded string.

Returns the Clojure object corresponding to the given JSON-encoded string.
sourceraw docstring

parsed-seqclj

(parsed-seq reader & [keywords])

Returns a lazy seq of Clojure objects corresponding to the JSON read from the given reader. The seq continues until the end of the reader is reached.

Returns a lazy seq of Clojure objects corresponding to the JSON read from
the given reader. The seq continues until the end of the reader is reached.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close