JSON validator

Validation

Oops, found some issues with your JSON. (You have no schema selected, so only the basic JSON syntax was checked.)

Line Field Error
51 Changes[2] After parsing a value an unexpected character was encountered: {. Path 'Changes[2]', line 51, position 2.

Content

You can change JSON format () or edit this file.
{
	"Format": "2.9.1",
	"Changes": [
	{		
			"LogName": "Sprite",
			"Action": "Load",
			"Target": "Characters/CHERRY",
			"FromFile": "assets/images/cherrysprites.png",			
	},
	{
				"LogName": "Portraits",
				"Action": "Load",
				"Target": "Portrait/CHERRY",
				"FromFile": "assets/images/Portrait.png",			
	},
    {
      "Action": "EditData",
      "Target": "Data/Characters",
      "Entries": {
        "{{ModId}}_WrenSong": {
          "DisplayName": "Cherry Fudge",
          "Gender": "Male",
          "Age": "Adult",
          "Manner": "Polite",
          "SocialAnxiety": "Neutral",
          "Optimism": "Neutral",
          "BirthSeason": "Spring",
          "BirthDay": "11",
          "HomeRegion": "Town",
          "CanBeRomanced": false,
          "CanVisitIsland": true,
          "SpouseAdopts": true,
          "IntroductionsQuest": false,
          "ItemDeliveryQuests": true,
          "WinterStarParticipant": true,
          "Home": [
            /*set this to where you want the NPC to spawn in normally.  */
            {
              "Id": "Default",
              "Location": "BusStop",
              "Tile": {
                "X": 11,
                "Y": 16
              },
              "Direction": "right"
            }
          ]
        }
      }
    }
		{	
			"LogName": "Gift Tastes",
			"Action": "EditData",
			"Target": "Data/NPCDispositions",
			"Entries": {	
				"CHERRY": "Thanks.../84 258 211 614 595/Oh... This will do./282 283 373 446 268/.../638 154 155 167 126 127/I won't be needing your gift.../110 168 169 170 171 172 310/ ",
			}
		}
	]
}