konklone / json

A free, in-browser JSON to CSV converter.
https://konklone.io/json/
Other
755 stars 211 forks source link

Error parsing some specific JSON #170

Closed kdrglmz closed 7 years ago

kdrglmz commented 7 years ago

I'm having an issue converting this JSON:

[{'Name':'Kadir','Surname':'GÜLMEZ'},{'Name':'Önder','Surname':'LOP'},{'Name':'Sadık','Surname':'SARIBAŞ'},{'Name':'Bülent','Surname':'SÖNMEZ'},{'Name':'Burak','Surname':'burak'}];
konklone commented 7 years ago

It's the single quotes, and also possible the semicolon at the end. If you switch the single quotes to double quotes, and remove the semicolon, it should work.