/SimpleJSON

A simple implementation of JSON.

Primary LanguageC++

SimpleJSON

A simple implementation of JSON.

This project is just for fullfilling my personal interests.

Usage

Include json.h and compile json.cpp, jparser.cpp together with your project.

see main.cpp to get all the available usage.