- Fixed memory leak at large files with deep nested structures and long key strings.
- Added
freeAJSON
method that lets you recursively deallocate an aJSON struct. - Added boolean property (char)
has_key
to theaJSON
structure. - Optimized string parsing time
Major release. Added new functions including optional C++ methods. See README.md
for more information.