Skip to content

Releases: G33kDude/cJson.ahk

cJson.ahk 2.0.0 for AHKv2

28 Nov 18:01
Compare
Choose a tag to compare
Build 2.0.0-git-built

cJson.ahk 0.4.1

31 Jan 02:54
Compare
Choose a tag to compare
  • Better #Warn compatibility
  • Added an option to disable the escaping of Unicode sequences when dumping

cJson.ahk 0.4.0

08 Sep 23:54
Compare
Choose a tag to compare
cJson.ahk 0.4.0 Pre-release
Pre-release
  • Change the library interface to closer match Coco's JSON library
  • Add preliminary support for pretty-printing when dumping

cJson.ahk 0.3.1

15 Aug 00:34
Compare
Choose a tag to compare
cJson.ahk 0.3.1 Pre-release
Pre-release

Adds BoolsAsInts property

cJson.ahk 0.3.0

14 Aug 13:36
Compare
Choose a tag to compare
cJson.ahk 0.3.0 Pre-release
Pre-release

Adds 32-bit support

cJson.ahk 0.2.2

08 Aug 20:53
Compare
Choose a tag to compare
cJson.ahk 0.2.2 Pre-release
Pre-release

Dumps PURE_FLOAT object fields using host script Format function

cJson.ahk 0.2.1

05 Aug 02:21
Compare
Choose a tag to compare
cJson.ahk 0.2.1 Pre-release
Pre-release

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

01 Aug 04:23
Compare
Choose a tag to compare
cJson.ahk 0.2.0 Pre-release
Pre-release

Uses COM interfaces to provide a significant Loads speedup over the last release.

cJson.ahk 0.1.0

05 Jul 04:38
Compare
Choose a tag to compare
cJson.ahk 0.1.0 Pre-release
Pre-release
Build dist file for 0.1.0