eJSON Library
by laurentm (modified: 2015 Aug 03)
This library is a part of the EiffelStudio package.
Description
eJSON is a simple API for dealing with the JSON format. You can find the JSON Specification there: http://www.json.org
The API support
- Generate JSON_STRING using the API
- Read a JSON string (or file) and transform into Objects (i.e a JSON_PARSER)