This repository contains implementations of various JSON-related systems.
The project currently supports:
- Parsing and serialization of JSON data as specified by RFC 8259.
- JSON Pointer as specified by RFC 6901.
- JSON Patch as specified by RFC 6902.
A handbook is available in the doc
directory.
If you find a bug or have any question, feel free to open a GitHub issue.
Please note that we do not currently review or accept any contribution.