Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

baobab-jsoneditor

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baobab-jsoneditor

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

  • 0.2.16
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
33
increased by450%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 11 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc