konklone / json

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

My JSON has comments,therefore it cant be converted #233

Open gabyperezg opened 5 years ago

gabyperezg commented 5 years ago

If my json file has comments it wont be converted since it says is not valid json, other online converters accept comments. I hope this helps

konklone commented 5 years ago

@PichuPerez Can you show me an example? I added support for comments when I added JSON5 support in https://github.com/konklone/json/pull/224. If it's not working, I'd like to fix it.