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 external

The API support

  1. Generate JSON_STRING using the API
  2. Read a JSON string (or file) and transform into Objects (i.e a JSON_PARSER)

Links