gearnode / erl-json

An implementation of the JSON data format in Erlang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An implementation of the JSON data format in Erlang.

License:ISC License


Languages

Language:Erlang 99.7%Language:Makefile 0.3%