jsonstat-suite
Version:
A library of high level functions built on top of the JSON-stat Javascript Toolkit (JJT)
20 lines (14 loc) • 1.44 kB
Markdown
# JSON-stat Javascript Utilities Suite
<blockquote>
This package (<strong>jsonstat-suite</strong>) contains version 3 of the JSON-stat Javascript Utilities Suite. Version 2 of this Suite can be found in the <a href="https://www.npmjs.com/package/jsonstat-utils">jsonstat-utils</a> package. Version 2 code is fully compatible with version 3. Version 3 has more options and all its functions support Internet Explorer 9 or higher (while fromSDMX in version 2 requires a polyfill). Version 2 is frozen.
</blockquote>
The JSON-stat Javascript Utilities Suite is a set of high level functions built on top of the [JSON-stat Javascript Toolkit](https://www.npmjs.com/package/jsonstat-toolkit) (version 1 or higher).
This suite includes 7 functions:
* [datalist()](https://github.com/jsonstat/suite/blob/master/docs/datalist.md)
* [fromCSV()](https://github.com/jsonstat/suite/blob/master/docs/fromcsv.md)
* [fromSDMX()](https://github.com/jsonstat/suite/blob/master/docs/fromsdmx.md)
* [fromTable()](https://github.com/jsonstat/suite/blob/master/docs/fromtable.md)
* [join()](https://github.com/jsonstat/suite/blob/master/docs/join.md)
* [tbrowser()](https://github.com/jsonstat/suite/blob/master/docs/tbrowser.md)
* [toCSV()](https://github.com/jsonstat/suite/blob/master/docs/tocsv.md)
This suite is available for several platforms. See [Installation](https://github.com/jsonstat/suite/blob/master/docs/INSTALL.md).