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.
source share