Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 239 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 239 Bytes

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.