0.2.16 • Published 9 years ago
baobab-jsoneditor v0.2.16
baobab-jsoneditor
A browser devtool that shows BaobabJS in a nicely formated JSON Editor widget
Install:
Via CDN, just include in the head or your HTML document:
<script src="https://rawgit.com/dumconstantin/baobab-jsoneditor/master/build/bundle.min-web.js"></script>
Or Via NPM:
$ npm install --save-dev baobab-jsoneditor
Usage:
Just include the module where your Baobab tree lies:
var baobabJsonEditor = require('baobab-jsoneditor')
var tree = new Baobab({
foo: {
bar: 123
}
})
baobabJsonEditor(tree)
Credits
https://github.com/josdejong/jsoneditor - For an excelent and simple to use JsonEditor widget https://github.com/Yomguithereal/baobab - For building an awesome state library
Contributing:
Feel free to open issues to propose stuff and participate. Pull requests are also welcome.
Licence:
0.2.16
9 years ago
0.2.15
9 years ago
0.2.14
9 years ago
0.2.13
10 years ago
0.2.12
10 years ago
0.2.11
10 years ago
0.2.10
10 years ago
0.2.9
10 years ago
0.2.8
10 years ago
0.2.7
10 years ago
0.2.6
10 years ago
0.2.4
10 years ago
0.2.3
10 years ago
0.2.2
10 years ago
0.2.1
10 years ago
0.2.0
10 years ago
0.1.10
10 years ago
0.1.9
10 years ago
0.1.8
10 years ago
0.1.7
10 years ago
0.1.6
10 years ago
0.1.5
10 years ago
0.1.4
10 years ago
0.1.3
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago