Skip to content

carmon/jmod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JMOD: a minimalistic editor for JSON files

The purpose of this nodejs app is to be a quick JSON -> HTML FORM -> JSON. It uses browser-nativefs lib for opening and saving the files.


CHECK ONLINE

Current version:

  • Uses browser file loader and file saver for editing JSON data files
  • Grabs a JSON or an example if specified on query string
  • Form view: render inputs for each variable in pure HTML form
  • JSON preview: renders a preview of the result

Commands

  • npm run build to build TS to JS
  • npm start to run a http-server with JSON editor

TODO

  • watcher

About

Minimalistic JSON editor for the browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published