Hello,
This is very impressive and useful. I'm trying it out as a replacement for the seemingly abandoned Cocoa Json Editor. I'm using http://jsoneditoronline.org/ to edit a local JSON file which is quite large. Is there a way for the save function to automatically replace the local file I opened instead of downloading a copy to my browser download directory, or is this a browser limitation? If so, how hard would it be to embed exactly what you have on the website into a standalone app or one that has access to the filesystem?
Thanks for the help.
Writing a file directly to disk from a web application is not possible (security restrictions), sorry. It would indeed be very convenient.
It would be possible to create an application with nw.js or electron (or a packaged chrome app... there is already a chrome app) that wraps JSONEditor and opens, edits, and saves JSON files. There could also be jsoneditor package for Atom (not like this one).
+1 Would love this as an Electron app
Thanks for your feedback!
Most helpful comment
Thanks for your feedback!