Artifacts using json version 1.3.0
A JSON-based serialization library. This module can be used to
serialize and deserialize Ceylon object graphs to/from JSON.
Efforts are made to make the JSON reasonably idiomatic,
while still supporting things like cyclic Ceylon
instance graphs.
The API offered by this module is to serialize/deserialize a
single instance, called the root instance. In practice this is
not really a limitation because you can always serialize a single
sequence of several other instances.
# Serialized form
## ...
Last Release on Feb 13, 2021