Angular wrapper for jsoneditor
npm install angular-jsoneditorAngular wrapper for jsoneditor
- Only AngularJS, the rest is bundled
NPM:
``sh`
npm install --save angular-jsoneditor
Don't forget to include the files in your app:
`html`
OR
`javascript`
import 'angular-jsoneditor';
Add the 'angular-jsoneditor' module as a dependency to your application module:
`javascript`
const app = angular.module('app', ['angular-jsoneditor']);
Finally, add the directive to your html:
`html``
Check the html file in the demo folder or try this fiddle
Please refer to the jsoneditor API for the different options.
MIT: see LICENSE