StringName Dictionary keys
also added 'is_string()' method to Variant and refactored many String type comparisons to use it instead
This commit is contained in:
parent
40b378e9e2
commit
154049ce17
34 changed files with 65 additions and 82 deletions
|
|
@ -1,2 +1,2 @@
|
|||
GDTEST_OK
|
||||
{ "a": 1, "b": 2, "with spaces": 3, "2": 4 }
|
||||
{ &"a": 1, &"b": 2, &"with spaces": 3, &"2": 4 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue