Skip to content

v2-0

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

Changelog:

  • New parser
    • More robust
    • Error handling
  • New writer
  • VT_INT and VT_DOUBLE merged into VT_NUMBER
    • Conforms to the JSON specification
  • Added const_iterator
  • Added Has() method
  • Uses size_t instead of unsigned int