A tool for working with JSON files in cpp projects.
- Able to read string, numeric and boolean types, as well as corresponding arrays and nested objects.
- Reads 5MB of JSON data in about 6 seconds and 512KB in about 330 milliseconds
Download Json.h, Json.cpp and include the header in the files you need. Tested only on MSVC compiler
-
clear, empty and erase(by key) methods are implemented as well.
- No plans