Skip to main content

JSON

12
  • create-pretty-printer

    Returns an instance of CustomPrettyPrinter based on the configuration provided as argument

  • decode

    Returns the Clojure object corresponding to the given JSON-encoded string. An optional key-fn argument can be either t...

  • encode

    Returns a JSON-encoding String for the given Clojure object. Takes an optional date format string that Date objects wi...

  • encode-stream

    Returns a BufferedWriter for the given Clojure object with the JSON-encoded data written to the writer. Takes an optio...

  • generate-stream

    Returns a BufferedWriter for the given Clojure object with the JSON-encoded data written to the writer. Takes an optio...

  • generate-string

    Returns a JSON-encoding String for the given Clojure object. Takes an optional date format string that Date objects wi...

  • parse-stream

    Returns the Clojure object corresponding to the given reader, reader must implement BufferedReader. An optional key-fn...

  • parse-stream-strict

    Returns the Clojure object corresponding to the given reader, reader must implement BufferedReader. An optional key-fn...

  • parse-string

    Returns the Clojure object corresponding to the given JSON-encoded string. An optional key-fn argument can be either t...

  • parse-string-strict

    Returns the Clojure object corresponding to the given JSON-encoded string. An optional key-fn argument can be either t...

  • parsed-seq

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