Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://mb21.github.io/JSONedit/
User friendly, visual JSON editor built as an Angular 1 directive.
https://mb21.github.io/JSONedit/
Last synced: 3 months ago
JSON representation
User friendly, visual JSON editor built as an Angular 1 directive.
- Host: GitHub
- URL: https://mb21.github.io/JSONedit/
- Owner: mb21
- License: mit
- Archived: true
- Created: 2013-09-14T16:30:02.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-02-21T08:13:47.000Z (over 5 years ago)
- Last Synced: 2024-04-15T23:49:22.300Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 735 KB
- Stars: 567
- Watchers: 35
- Forks: 160
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-json - JSONEdit - User friendly, visual editor built as an AngularJS directive. (Editors)
README
# JSONedit
User friendly, visual JSON editor built as an AngularJS directive. Provides a basic GUI to edit JSON.
**Note**: this project is not maintained anymore, since it's an AngularJS 1 directive.
**[Give it a try!](http://mb21.github.io/JSONedit)**
#### Use as Angular module
$ bower install json-edit
```javascript
// require module in your app:
var app = angular.module('exampleApp', ['JSONedit']);
``````html
```