Page 1 of 1

[Solved]Some json, what is wrong?

Posted: 31 May 2017, 12:05
by NMgaming57
Error is unterminated object at character 147

Code :

Code: Select all

[

{

"id":"GovernmentBuilding00",

"type":"public",

"author":"NMgaming57",

"width":2,

"height":2,

"frames":
[{"bmp":"GovernmentBuilding1"}]

"title":"Government Building",
"text":"Government Building For Highranking Officials",
"price":100000,
"monthly price":1000
}

]

Posted: 31 May 2017, 12:11
by Lobby
I added [code][/code] tags to make your code more readable.

I think you forgot to add a comma after "frames":[...]