ABLJSON RELEASE V1.1

In Open Source, Progress by Marian Edu

Version 1.1 available for download onhttp://sourceforge.net/projects/abljson/files/v1.1/

Updated documentation, added functions to serialize temp-table and dataset (de-serialization for temp-table), installation kit for Windows (include the binary shared library for cJSON).

Limitations compared to commercial version:

  • the pre-compiled shared library adds an extra ‘credits’ node at the end when printing a JSON document
  • the size of output string is limited to the length of character data-type
  • sensible lower performance for serializing complex data structures (temp-table, dataset) due to increased number of calls of external library functions (field level export instead of row level for full version)