This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
godot
Watch
2
Star
0
Fork
You've already forked godot
0
mirror of
https://github.com/godotengine/godot.git
synced
2025-10-31 21:51:22 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1b76a9d705
godot
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
features
/
dictionary_lua_style.out
3 lines
49 B
Text
Raw
Normal View
History
Unescape
Escape
GDScript: Allow string keys on Lua-style dictionaries Which is useful when the key isn't a valid identifier, such as keys with spaces or numeric keys.
2021-09-15 09:56:24 -03:00
GDTEST_OK
quote strings inside arrays and dictionaries
2022-04-28 21:14:20 -05:00
{"a":1, "b":2, "with spaces":3, "2":4}
Reference in a new issue
Copy permalink