Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

json

macos

I'm 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 into JSON format. I thought I could read in the file using python and write it out according to the json schema, but I was not sure if there was an easier way to do it.

like image 380
djq Avatar asked Sep 13 '10 12:09

djq


People also ask

What can you use to edit JSON files?

You can use the JSON text editor to easily modify, format, and validate your JSON files.

Is there a JSON editor?

JSON is the most used data format between servers and browser, and JSON Editor Online is an indispensable tool for frontend and backend developers working with JSON data in their daily life. JSON Editor Online offers the following features: Online JSON editor and JSON viewer. JSON formatter and JSON beautifier.


1 Answers

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

If you're just looking to manipulate JSON data visually you can use something like: http://braincast.nl/samples/jsoneditor/

like image 52
Luca Matteis Avatar answered Nov 15 '22 08:11

Luca Matteis