Skip to content

A devtool UI widget that shows BaobabJS in a nicely formated JSON Editor

License

Notifications You must be signed in to change notification settings

dumconstantin/baobab-jsoneditor

Repository files navigation

baobab-jsoneditor

A browser devtool that shows BaobabJS in a nicely formated JSON Editor widget

Baobab JSON Editor integration

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:

MIT

About

A devtool UI widget that shows BaobabJS in a nicely formated JSON Editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published