dottools
|
1b2714ffd6
Fix Android Studio compiler warnings
|
9 years ago |
Lukas Joergensen
|
bc3fe6365c
Taml properly read object names in JSON format.
|
11 years ago |
Lukas Joergensen
|
7bf7e6db81
Properly escape jsonText buffer
|
11 years ago |
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 years ago |
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 years ago |