AngularJS wrapper for https://github.com/josdejong/jsoneditor
In HTML:
<div jsoneditor="my_editor"></div>
<div jsoneditor="another_editor"></div>
In your app:
$scope.jsoneditor.editors.my_editor.get()
$scope.jsoneditor.editors.another_editor.set({asd:"qwe"})