0.1.0 • Published 8 years ago

jsonarea v0.1.0

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

jsonarea

JSONArea is a React component for editing/validating JSON. Not a tree builder, just a simple <textarea> along with a message saying whether it's valid JSON or not.

import JSONArea from 'jsonarea';

...

<JSONArea value={this.state.complex_response} onChange={this.onChange.bind(this)} />

License

Copyright 2015 Christopher Brown. MIT Licensed.