1.0.6 • Published 8 years ago

json-edit v1.0.6

Weekly downloads
12
License
ISC
Repository
-
Last release
8 years ago

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())

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago