Releases: G33kDude/cJson.ahk
Releases · G33kDude/cJson.ahk
cJson.ahk 2.0.0 for AHKv2
cJson.ahk 0.4.1
- Better
#Warn
compatibility - Added an option to disable the escaping of Unicode sequences when dumping
cJson.ahk 0.4.0
- Change the library interface to closer match Coco's JSON library
- Add preliminary support for pretty-printing when dumping
cJson.ahk 0.3.1
Adds BoolsAsInts property
cJson.ahk 0.3.0
Adds 32-bit support
cJson.ahk 0.2.2
Dumps PURE_FLOAT object fields using host script Format
function
cJson.ahk 0.2.1
Fixes #1
The fix may cause some slowdown when loading JSON with integer values greater than INT_MAX on objects with many keys. This may be addressed by a future update that finds values by key binary search instead of a naive loop.
cJson.ahk 0.2.0
Uses COM interfaces to provide a significant Loads speedup over the last release.
cJson.ahk 0.1.0
Build dist file for 0.1.0