Fixed JSON parsing throwing errors
This commit is contained in:
@ -26,7 +26,9 @@
|
||||
{
|
||||
"type": 2,
|
||||
"x": 3,
|
||||
"y": 3
|
||||
"y": 3,
|
||||
"name": "Bob",
|
||||
"text": "Hello, I am Bob."
|
||||
},
|
||||
{
|
||||
"type": 3,
|
||||
|
Reference in New Issue
Block a user