JsonReaderException: Unexpected characterNot An Issue

It doesnt seem to like the URL of my webhook.

(15:25:47) | Failed to initialize plugin 'TeamsLogger v1.4.0' (JsonReaderException: Unexpected character encountered while parsing value: h. Path '['Discord hook url']', line 2, position 23.)

at Newtonsoft.Json.JsonTextReader.ReadStringValue (Newtonsoft.Json.ReadType readType) [0x00366] in <8fe7f8665ff548909c2f26d557e5093a>:0

at Newtonsoft.Json.JsonTextReader.ReadAsString () [0x00000] in <8fe7f8665ff548909c2f26d557e5093a>:0.........

Your configuration file was edited wrongly. Please pay attention to the default format, and make sure to validate with a site such as http://www.jsonlint.com if you aren't that familiar with JSON.
Yeah, the error mean something broken in JSON format file (configuration file).
Im getting this same error... Here is what I am getting:

Error: Parse error on line 2:
..."Discord hook url": https: //discordapp.
-----------------------^
Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got 'undefined'

I am pasting my discord URL where it is asking along with a , afterwards and it is causing this error. If I do something like just put the word "true" where the URL goes, it passes the JSON test fine.
You need to add quotation marks around the URL.
Thanks, now the plugin loads but I get an error "Discord wasn't configured, message can't be sent" But I've certainly got the config correct

{
  "Discord hook url": "URL",
  "Print logs to console": false,
  "Print logs to Discord": true,
  "Print logs to file": true
}
Locked automatically