Namespace: joker.json
v1.0Implements encoding and decoding of JSON as defined in RFC 4627.
Index
-
read-string
Function v1.0(read-string s)
Parses the JSON-encoded data and return the result as a Joker value.
-
write-string
Function v1.0(write-string v)
Returns the JSON encoding of v.