Skip to content
Chris Petersen edited this page Sep 18, 2015 · 1 revision

Returns a JSON string representation of the object

Parameter Description
obj Object to be JSON encoded

Example

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