A JSON shaper component based on react.
npm install --save react-json-shaper
import * as React from "react";
import MyComponent from "react-json-shaper";
class Example extends React.Component {
render() {
return <MyComponent />;
}
}
MIT © SASUKE40