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