abljson

abljsonabljsonJSON Parser for Progress ABL is a "wrapper" for the cJSON parser - ultra-lightweight, portable, single-file, simple-as-can-be ANSI-C compliant JSON parser.

The reader object can be used to load and parse a JSON string from either a file on the file system or from a character, longchar or memptr variable.

The "automated" parse method will go through all JSON elements and call the corresponding call-back methods on read handler depending on the element type (array, object, string, numeric, logical), the read handler should have been set before calling the parse method.

The reader can also directly read buffer or temp-table buffer object content from a JSON document that was previously loaded.

The writer object can be used to create JSON documents using either lower level methods to create JSON elements or directly serialize complex data structures like dataset, temp-table, buffer or even query results.


Releases

Official releasesDateSizeLinksStatus
1.12011-Jan-10390.55 KBThis release is not supported and may no longer work.