jsonlint - JSON Lint throwing parsing error -


json lint throwing parsing error following string. saying string because, got data in string format , generate code. isn't valid json? please help

 [         ​{             "x": "57",             "y": "30",             "z": "20",             "name": "xyz"         },         {             "x": "0",             "y": "0",             "z": "20",             "name": "ss"         }     ] 

that valid json if didn't have invisible character (a zero-width space) prior first {. it's character, u+200b, parser choking on.


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -