Unterminated character

Plugin specific problems will be solved here.

Moderator: Plugin Moderators

User avatar
BetterBear
Inhabitant of a Galaxy Cluster
Reactions:
Posts: 2896
Joined: 18 Apr 2017, 09:03
Location: In a place you don't expect.
Plugins: Showcase Store
Version: Beta

Platform

Unterminated character

#1

Post by BetterBear »

What is wrong with this? So I'm trying to learn by looking at vehicle jsons. It says "Unterminated character 409"

Code: Select all

      [
  {
  "override":true,
    "id":"trcars",
    "type":"car",
    "frames":[
      {"bmp":"sedan.png","w":13,"h":13,"count":1000},  
	  {"bmp":"hatchback1.png","w":12,"h":12,"count":900},
	    {"bmp":"minivan.png","w":11,"h":10,"count":850},
		{"bmp":"stationwagon.png","w":13,"h":11,"count":700},
		{"bmp":"pickup1.png","w":16,"h":12,"count":700}	 

    ],
    "meta": {
    "tags": {
    "carres0": {}
    "v2":true
  }
  ,
  
   {
  "override":true,
    "id":"tttrcars",
    "type":"car",
    "frames":[
      {"bmp":"sports1.png","w":13,"h":11,"count":900},  
	  {"bmp":"sports2.png","w":13,"h":11,"count":900},
	  {"bmp":"ttt.png","w":18,"h":12,"count":950},
	  {"bmp":"cadillac.png","w":20,"h":12,"count":600}

    ],
    "meta": {
    "tags": {
     "carres2": {}
    "v2":true
  }
,


  {
  "override":true,
    "id":"trcars#2",
    "type":"car",
    "frames":[
      {"bmp":"hatchback2.png","w":11,"h":9,"count":900},  
	  {"bmp":"hatchback3.png","w":11,"h":10,"count":900}, 
	  {"bmp":"muscle.png","w":15,"h":11,"count":900},
	  {"bmp":"muscle1.png","w":15,"h":11,"count":900},
	  {"bmp":"muscle2.png","w":15,"h":11,"count":900},
	  {"bmp":"stationwagon.png","w":13,"h":11,"count":700},
	  	  {"bmp":"bluesmobile.png","w":16,"h":12,"count":50},
		  {"bmp":"general.png","w":15,"h":12,"count":30}  
		],
		"meta": {
		"tags": {
		"carres0": {}
	 
    "v2":true
  }
  ,
    {
    "id":"tticars",
	"override":true,
    "type":"car",
    "frames":[
      {"bmp":"box1.png","w":13,"h":12,"count":1000},
	  {"bmp":"box2.png","w":13,"h":12,"count":1000},
	  {"bmp":"box3.png","w":13,"h":12,"count":1000},
	  {"bmp":"truck3.png","w":20,"h":15,"count":1000},
	  {"bmp":"truck4.png","w":20,"h":15,"count":1000},
	  {"bmp":"mixer.png","w":17,"h":13,"count":500},
	{"bmp":"gastanker1.png","w":13,"h":12,"count":500},
	  {"bmp":"truck5.png","w":20,"h":15,"count":1000},
	  {"bmp":"truck6.png","w":20,"h":15,"count":1000},
	  {"bmp":"box5.png","w":13,"h":12,"count":1000},
	  {"bmp":"ind31.png","w":17,"h":14,"count":1000},
	  {"bmp":"van.png","w":14,"h":12,"count":1000},
    ],
    "meta": {
    "tags": {
    "carind1" {}
    "v2":true
  }
 ]
 

Return to “Problems”