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[3] Unexpected end of content while loading JObject. Path 'Changes[3]', line 51, position 0.

Content

You can change JSON format () or edit this file.
{

	"Format": "2.9.1",
	"Changes": [
	
	{
		
				"LongName": "Sprite",
				"Action": "Load",
				"Target": "Characters/CHERRY",
				"FromFile": "assets/img/sprite.png",
				
	},
	
	{
		
				"LongName": "Portraits",
				"Action": "Load",
				"Target": "Portrait/CHERRY",
				"FromFile": "assets/img/Portrait.png",
				
	},

		{ 
	
			"LongName": "NPC Manifestation",
			"Action": "EditData",
			"Target": "Data/NPCDispositions",
			"Entries": {
			
				"CHERRY": "adult/polite/neutral/neutral/male/not-datable/null/other/spring 11//BusStop 22 5/Cherry Fudge",
			},
		
		},

		{
			
			"LongName": "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/ ",

			},



}