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.