dottools
|
1b2714ffd6
Fix Android Studio compiler warnings
|
9 jaren geleden |
Lukas Joergensen
|
bc3fe6365c
Taml properly read object names in JSON format.
|
11 jaren geleden |
Lukas Joergensen
|
7bf7e6db81
Properly escape jsonText buffer
|
11 jaren geleden |
MelvMay-GG
|
d39be86797
- Added JSON parser. You can now write module and assets using JSON because there's a parser available (it can even update so it works with renaming assets etc).
|
12 jaren geleden |
MelvMay-GG
|
1d007c26a4
- TAML now supports writing and reading JSON. By default it will use a schema that is strictly compatible with JSON RFC4627 (specifically the part about member names must be unique) however TAML does not care about this and it can be turned off with the console variable "$pref::T2D::JSONStrict" (set it to false).
|
12 jaren geleden |