Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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



```