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

Decodes a JSON string into list representation.

Parameter Description
str String to be decoded

Example

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