I spent a lot of time designing a array on a different website (Because I don't own Array Editor) and exported it as JSON. I don't know what is wrong because there SHOUD NOT be multiple types of JSON and it is still not working.
Here is the exported JSON:
"[
{
"Mom": "Dad",
"Store": "Market",
"Coffee": "Powerup",
"Shovel": "Cow",
"Jumped over": "Went around",
"Robber": "Bad Guy",
"": ""
},
{
"Mom": "Grampa",
"Store": "Truck",
"Coffee": "Panda",
"Shovel": "Wall",
"Jumped over": "Licked",
"Robber": "Hot Glue",
"": ""
},
{
"Mom": "Springy",
"Store": "Beach",
"Coffee": "Pet",
"Shovel": "Turtle",
"Jumped over": "Forgot about",
"Robber": "Cute Squirrel",
"": ""
},
{
"Mom": "Jam Pam",
"Store": "Spa",
"Coffee": "Toilet",
"Shovel": "Mountian",
"Jumped over": "Gave a Donut to",
"Robber": "Big Bug",
"": ""
},
{
"Mom": "Da Boy",
"Store": "Dunkin Donuts",
"Coffee": "Money",
"Shovel": "Big Boy",
"Jumped over": "Smashed",
"Robber": "Evil Chipmunk",
"": ""
},
{
"Mom": "Mr.",
"Store": "Wendys",
"Coffee": "Happiness",
"Shovel": "Car",
"Jumped over": "Tattle Tailed on",
"Robber": "Santa",
"": ""
},
{
"Mom": "Mrs.",
"Store": "Da Bank",
"Coffee": "Bacon",
"Shovel": "TV",
"Jumped over": "Ate",
"Robber": "Fortnight Boy ",
"": ""
},
{
"Mom": "Boing",
"Store": "Starbucks",
"Coffee": "Milk",
"Shovel": "Traffic Jam",
"Jumped over": "Threw",
"Robber": "Police",
"": ""
},
{
"Mom": "Bob",
"Store": "Factory",
"Coffee": "Friend",
"Shovel": "Cliff",
"Jumped over": "Bounced over",
"Robber": "Ghost",
"": ""
}
]"
(Just remembered the weird content! This is for a AI generator that will generate funny stories.)
Of course, If you are here to tell me that I just have to remove all the (")s I already spent a bunch more time on that and it uploaded fine...
Until I test it and try to print coordinate 1,1 and it prints 0...
Please help me.