Releases: Zguy/Jzon
Releases · Zguy/Jzon
v2-1
v2-0
v1-4
Changelog:
- Refactored the code to remove the need for shared_ptr
- Added Clear() to Object and Array
- Removed the use of C++11 features
- Handles escaping of special characters
- Every Read() method now calls RemoveWhitespace()
- Stopped it from parsing {[]} inside strings
- Improved RemoveWhitespace()
v1-3
Changelog:
- Added Is_type_() to Value.
- Renamed all iterators and begin()/end() to lowercase.
- Removed the NodePtr version of Add().
- Added const versions of As_type_().
- Added Node constructors for Value/Object/Array.
- Simplified access by moving the getters up to Node as virtual methods.