Francesco149 / sharenix

A ShareX clone for Linux and FreeBSD.
GNU General Public License v3.0
589 stars 35 forks source link

invalid character 'ï' looking for beginning of value #60

Open ProgrammingMyLife opened 3 years ago

ProgrammingMyLife commented 3 years ago

I used sharexin-section to make a screenshot

After the screenshot was made, I got the error invalid character 'ï' looking for beginning of value

my json file looks like

{
  "DestinationType": "ImageUploader",
  "RequestURL": "myurl",
  "FileFormName": "image",
  "Arguments": {
    "endpoint": "upload",
    "token": "publicshare"
  },
  "URL": "$json:url$",
  "DeletionURL": "$json:deletion_url$"
  }