json-edit
v1.0.6
Published
This moudle let give you frontend and backend for editing JSON file. You cannot edit the JSON structure (add or remove elements), but you can change settings. It auto detect boolean, number, and string types.
Downloads
4
Readme
This moudle let give you frontend and backend for editing JSON file. You cannot edit the JSON structure (add or remove elements), but you can change settings. It auto detect boolean, number, and string types.
Install
npm i --save json-edit
How to use
var app=require('express') var je=require('json-edit')
app.use('/settings-editor',je())