Fixed JSON parsing throwing errors

This commit is contained in:
2024-10-06 22:46:16 -05:00
parent bf3912bb7f
commit ecb3b9c5d1
11 changed files with 129 additions and 5 deletions

View File

@ -26,7 +26,9 @@
{
"type": 2,
"x": 3,
"y": 3
"y": 3,
"name": "Bob",
"text": "Hello, I am Bob."
},
{
"type": 3,