First time making a mod - manifest file

PoisonedLight

Greenhorn
I have no idea why its doing this and ive been at it for an hour :(

my manifest json is
{


"Name": “Jason Voorhees NPC”,


"Author": “PoisonedLight”,


"Version": "1.0.0",


"Description": “A mod where you can friend a fictional slasher.”,


"UniqueID": “PoisonedLight.JasonVoorheesNPC”,


"EntryDll": “JasonVoorheesNPC.dll",


"UpdateKeys": []


}


[SMAPI] - JasonVoorheesMod because parsing its manifest failed:


Newtonsoft.Json.JsonReaderException: Can't parse JSON file at /Users/shhhhh/Library/Application Support/Steam/steamapps/common/Stardew Valley/Contents/MacOS/Mods/JasonVoorheesMod/manifest.json. This doesn't seem to be valid JSON.


Technical details: Invalid property identifier character: \. Path '', line 1, position 1.


at StardewModdingAPI.Toolkit.Serialization.JsonHelper.ReadJsonFileIfExists[TModel](String fullPath, TModel& result) in E:\source\_Stardew\SMAPI\src\SMAPI.Toolkit\Serialization\JsonHelper.cs:line 86


at StardewModdingAPI.Toolkit.Framework.ModScanning.ModScanner.ReadFolder(DirectoryInfo root, DirectoryInfo searchFolder, Boolean useCaseInsensitiveFilePaths) in E:\source\_Stardew\SMAPI\src\SMAPI.Toolkit\Framework\ModScanning\ModScanner.cs:line 161

I can't find anything online that helps and ive changed my manifest file so many times and ive been using the smapi json validator
 
Top