What program can I use to create and edit json files?

I am using osx and want to create and edit json files. Is there a program that I can use to do this automatically?

For example, I have an excel file that I want to convert to JSON format. I thought I could read in the file using python and write it according to the json diagram, but I was not sure that there is an easier way to do this.

+5
source share
3 answers

If you want to convert an Excel document to JSON, you can use something like: http://tamlyn.org/tools/csv2json/

If you are just trying to manipulate JSON data visually, you can use something like: http://braincast.nl/samples/jsoneditor/

+5
source

You can try EditRocket http://editrocket.com/download_mac.html Has a 30-day free trial

0
source

If you want to edit or create a json file, you can use this tool http://codedestine.com/json-editor.html . It has an add date feature and its drag and drop user interface makes json creation easy.

0
source

All Articles