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
15 Changes[0].Entries['chatoyanttiger.possumfish'].Condition Unexpected character encountered while parsing value: L. Path 'Changes[0].Entries['chatoyanttiger.possumfish'].Condition', line 15, position 28.

Content

You can change JSON format () or edit this file.
{
   "Changes": [
      {
         "Action": "EditData",
         "Target": "Data/Locations",
         "TargetField": [
            "Town",
	    "Fish"
         ],
         "Entries": {
            "chatoyanttiger.possumfish": {
               "Id": "chatoyanttiger.possumfish",
               "ItemId": "chatoyanttiger.possumfish",
               "RandomItemId": null,
               "Condition": LOCATION_SEASON "Forest spring", "Mountain summer", "Town fall", "Desert winter",
               "CatchLimit": 1,
               "Chance": 1,
               "Season": null,
               "MinFishingLevel": 5,
               "MinDistanceFromShore": 4,
               "MaxDistanceFromShore": 4,
               "CuriosityLureBuff": -0.1,
               "FishAreaId": null,
               "BobberPosition": null,
               "PlayerPosition": null,
               "IsBossFish": true,
               "IgnoreFishDataRequirements": true,
               "PerItemCondition": null
            }
         }
      }
  ]
}