Namespace: joker.json
v1.0Contents
Summary
Implements encoding and decoding of JSON as defined in RFC 4627.
Index
Constants
Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.-
(None.)
Variables
-
(None.)
Functions, Macros, and Special Forms
-
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.