jsonstat-explorer

An interactive viewer for JSON-stat/CSV-stat/SDMX-JSON responses or documents.

Usage no npm install needed!

<script type="module">
  import jsonstatExplorer from 'https://cdn.skypack.dev/jsonstat-explorer';
</script>

README

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