json encode - part-cw/lambdanative GitHub Wiki

(json-encode obj)

Returns a JSON string representation of the object

Parameter Description
obj Object to be JSON encoded

Example

> (json-encode '(("test" . #t)))
"{\"test\":true}"