string:json-decode
builtin-function
(string:json-decode str)
Decodes a JSON string.
make-html > (string:json-encode (new :name "mies")) it: "{ \"name\": \"mies\" }" make-html > (.json-decode it) it: #s( :name "mies" )