Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 296 Bytes

File metadata and controls

10 lines (6 loc) · 296 Bytes

json

Author: Nehchal Jindal

This is implementation of JsonReader and JsonWriter in C. The API is similar to Android Java API of JsonReader and JsonWriter.

This library can be used to serialize and deserialize data in Json format.

Look at JsonReader.h and JsonWriter.h files for the API.