quote strings inside arrays and dictionaries

This commit is contained in:
Nathan Franke 2022-04-28 21:14:20 -05:00
parent 1b2992799b
commit 58fcad20ef
No known key found for this signature in database
GPG key ID: 082B90CF10A5B648
7 changed files with 37 additions and 16 deletions

View file

@ -7,8 +7,8 @@ null
false
empty array
zero Vector2i
{22:{4:[nesting, arrays]}}
{4:[nesting, arrays]}
[nesting, arrays]
{22:{4:["nesting", "arrays"]}}
{4:["nesting", "arrays"]}
["nesting", "arrays"]
nesting
arrays