Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mb21/JSONedit
User friendly, visual JSON editor built as an Angular 1 directive.
https://github.com/mb21/JSONedit
Last synced: about 2 months ago
JSON representation
User friendly, visual JSON editor built as an Angular 1 directive.
- Host: GitHub
- URL: https://github.com/mb21/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 (almost 6 years ago)
- Last Synced: 2024-04-15T23:49:22.300Z (8 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
- annals-of-awesome - Resource - Visual JSON editor. Would be great for admin/dev tool. (Web Development / Angular)
- awesome-data-ui - JSONedit
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
```