Skip to content

cJson.ahk 0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@G33kDude G33kDude released this 05 Aug 02:21
· 39 commits to main since this 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.