I received a JSON file but don’t know how to read it. Is there a converter where I can produce a nice CSV file so it can be loaded into MS Excel? I don’t understand JSON, so it would be awesome if someone wrote a script or link me to one that would do the job.
I found something close at http://json.bloople.net but, unfortunately, it’s JSON to HTML.
Edit: jsonformat.com gets even closer, however it’s still not CSV.
I’m not sure what you’re doing, but this will go from JSON to CSV using JavaScript. This is using the open source JSON library, so just download JSON.js into the same folder you saved the code below into, and it will parse the static JSON value in
json3into CSV and prompt you to download/open in Excel.