Added a version comment to the 2.3 script header. Fixed tj_object in 2.3 eating half of the arguments (but you could be using struct literals instead - {a:1, b...
This update brings TJSON to GMS 2.3. Instead of using a custom array-based type for storing JSON objects, it now uses structs (lightweight objects), meaning tha...
This small update is GMS2-only and addresses several compatibility issues introduced by the recent GMS2 updates: Fixes a compilation error related to function c...
Added tj_opt_ident_keys(enable) Native-only, enabling this allows to load technically-invalid JSON like { one: 1, two: 2 } (note the missing quotes around keys)...