Skip to content

v1-4

Compare
Choose a tag to compare
@Zguy Zguy released this 03 Jul 03:26
· 119 commits to master since this release

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()