1.3.0 • Published 3 years ago

react-json-analyse v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

React JSON Analyse

A React component for performing analysis on data structures in JSON format. This component is useful for anyone who wants to easily add lightweight business intelligence to their React app.

Features

  • Calculate totals and averages
  • Perform dataset grouping
  • Specify where clauses

Usage

npm install --save react-json-analyse
import JsonAnalyse from 'react-json-analyse';
// Sample data. Can be an array or an object.
const data = {};

const onSubmit = (data) => {
    // Do something with your data
};

<JsonAnalyse json={data} onSubmit={onSubmit} />

Contributing

Pull requests are welcome.

License

MIT

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago