0.2.16 • Published 8 years ago

baobab-jsoneditor v0.2.16

Weekly downloads
34
License
MIT
Repository
github
Last release
8 years ago

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

0.2.16

8 years ago

0.2.15

8 years ago

0.2.14

8 years ago

0.2.13

8 years ago

0.2.12

8 years ago

0.2.11

8 years ago

0.2.10

8 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago