Releases: gmnevton/JSON.VerySimple
Updated to v1.6.0
Updated to 1.4.4
Overloading TJSONNodeList.Get function.
Now TJSONNodeList.Get function can get nodes by Index or by Name.
Updated to 1.4.3
Updated Find* functions to search for nodes when Name = ''.
Updated to 1.4.2
ScanNodes procedure loops trough childnodes with given Name or if Name is empty loops trough all childnodes, can break loop if CallBack function Result is False.
Test tool added.
Added test tool project with executable for D2010.
Updated to 1.4.1
Escaping bugfix to properly set/get names/values.
Updated to 1.4.0
Added Delphi RAD 10.2 compatibility.
Escaping functions (Escape/Unescpe) reworked for single pass to gain more speed during loading/saving from/to file and parsing overall.
Exception name corrected.
Added unicode character code translation (\uXXXX) to char.
Updated to 1.3.0
Parser syntax checking fixed, added property switch to properly load multiline strings, added root node detection (object or array), code cleaning and speedups done.
Updated to 1.2.0
Removed uStreamWriter.pas, replaced by TStreamWriterHelper class.
Initial release
Initial release.
- Bug fix of Unescape method.