Namespace: joker.json
v1.0Implements encoding and decoding of JSON as defined in RFC 4627.
Index
-
read-string
Function v1.0(read-string s)
(read-string s opts)
Parses the JSON-encoded data and return the result as a Joker value.
Optional opts map may have the following keys:
:keywords? - if true, JSON keys will be converted from strings to keywords. -
write-string
Function v1.0(write-string v)
Returns the JSON encoding of v.