1.0.2 • Published 3 years ago

jsonstat-explorer v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

The JSON-stat Explorer allows you to retrieve a JSON-stat document from a web address or paste some JSON-stat code and explore its content. CSV-stat and SDMX-JSON documents are also accepted.

It is mainly designed to display JSON-stat datasets but it also accepts JSON-stat collections or bundles. If the input is a bundle, the content of the first dataset in it will be automatically displayed.

Developed using the JSON-stat Javascript Toolkit, the JSON-stat Javascript Utilities Suite and the React library, you can try it at:

https://jsonstat.com/explorer/

To rebuild main.js from the source files use:

npm i
npm run build