mirror of
https://github.com/godotengine/godot.git
synced 2025-10-30 05:01:10 +00:00
Moved JSON functions to built-in to_json, parse_json, validate_json
This commit is contained in:
parent
fdc3380cf6
commit
62273e51a2
10 changed files with 112 additions and 49 deletions
|
|
@ -97,6 +97,9 @@ public:
|
|||
RESOURCE_LOAD,
|
||||
INST2DICT,
|
||||
DICT2INST,
|
||||
VALIDATE_JSON,
|
||||
PARSE_JSON,
|
||||
TO_JSON,
|
||||
HASH,
|
||||
COLOR8,
|
||||
PRINT_STACK,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue