https://github.com/rafael84/simple-json-form-viewer
A react component that displays a JSON object or array as a form
https://github.com/rafael84/simple-json-form-viewer
json react viewer
Last synced: 6 months ago
JSON representation
A react component that displays a JSON object or array as a form
- Host: GitHub
- URL: https://github.com/rafael84/simple-json-form-viewer
- Owner: rafael84
- Created: 2017-05-08T04:48:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:13:40.000Z (over 3 years ago)
- Last Synced: 2025-08-22T22:57:54.835Z (11 months ago)
- Topics: json, react, viewer
- Language: JavaScript
- Size: 2.71 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-json-form-viewer
> A react component that displays a JSON object or array as a form
[](https://www.npmjs.com/package/simple-json-form-viewer) [](https://standardjs.com)
Live demo: [rafael84.github.io/simple-json-form-viewer](http://rafael84.github.io/simple-json-form-viewer/)
## Install
```bash
npm install --save simple-json-form-viewer
```
## Usage
```jsx
import React, { Component } from 'react'
import { JSONViewer } from 'simple-json-form-viewer'
import 'simple-json-form-viewer/dist/index.css'
class Example extends Component {
render() {
return
}
}
```
## License
MIT © [rafael84](https://github.com/rafael84)