My new JSON parser JsonDataObjects is now on GitHub (https://github.com/ahausladen/JsonDataObjects).

My new JSON parser JsonDataObjects is now on GitHub (https://github.com/ahausladen/JsonDataObjects).

Features:
* Fast dual JSON parser for parsing UTF8 and UTF16 without conversion
* Automatic creation of arrays and objects
* Easy access mode with implicit operators
* Compact and formatted output modes
* Win32, Win64 and ARM Android support (MacOS and iOS may work)
* Supports Delphi 2009-XE7
http://andy.jgknet.de/blog/2015/02/json-parser-jsondataobjects-is-now-on-github/

Comments

  1. Andy, your parser is unbelievably fast!

    ReplyDelete
  2. What would be nice is a standard IJSON interface so we could easily switch between implementations.

    ReplyDelete

Post a Comment