Implementation of serialization formats, currently using JSON. Used https://www.json.org/ as a reference.
namespace formats
JSON tokens that are produced by the tokenizer.
enum json token
JSON parser implementation.
class json parser
JSON printer implementation.
class json printer
test suite test json parser
test suite test json printer