Skip to content

An implementation of the JSON data format in Erlang.

License

Notifications You must be signed in to change notification settings

gearnode/erl-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.