/erl-json

An implementation of the JSON data format in Erlang.

Primary LanguageErlangISC LicenseISC

Project

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.

Documentation

A handbook is available in the doc directory.

Contact

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.