Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Community

New topic
8
Topics

Recent updates

1.0.6 - GMS2.3 minifixes
1
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...
1 file
1.0.5 - a GMS2.3 version
4
5
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...
1 file
1.0.4 - GMS2 fixes
3
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...
1 file
1.0.3 - small fixes
1
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)...
1 file
Topic
Last post
I noticed there is no ds_list_destroy anywhere. But I see these ds lists created in tj_decode_value.
started by The any Key Oct 22, 2021
3 replies
176 views
Hi! Any chance of fixing a regression bug where JSON keys are no longer kept in the order they were defined in the objec...
started by murzy Apr 11, 2021
2 replies
203 views
im mad
started by jena123043 Jan 10, 2021
3 replies
220 views
Hi I tried encode ds_map to json string like follow: var map = ds_map_create(); ds_map_add(map, "a", 10); ds_map_add(map...
started by sjyoooon Sep 28, 2019
5 replies
590 views
Hi YAL, Getting these compile errors when I start up this extension: Running: IDE: V2.2.3.436 Runtime: V2.2.3.344 Output...
started by SupernaturalCow Aug 17, 2019
3 replies
391 views
Hello Vadim, I got something like this. How do i access values inside obj1 and obj2? { "obj1":{ "item1":["w","s","a","d"...
started by k3nn Dec 07, 2019
2 replies
278 views
Hey, I'm using TJSON for my master's thesis and I'm having issues when using strings with special characters (áàâãé...
started by Petzi Mar 14, 2019
4 replies
464 views
Hi I have noticed that when key's value is double digit and has a fraction of 2, for example { "key": 13.2 } TJSON will...
started by maciek012 Apr 07, 2018
1 reply
370 views