ndarray-json

0.1.1 • Public • Published

ndarray-json experimental

Serialize/deserialize ndarrays to and from JSON. The array data itself is stored in base64 format, with some additional metadata for shape/stride/etc.

Installation

npm install ndarray-json

Usage

require('ndarray-json').stringify(ndarray)

Stringifies an ndarray into JSON.

require('ndarray-json').parse(ndarray)

Takes a stringified ndarray and returns a new copy.

Readme

Keywords

none

Package Sidebar

Install

npm i ndarray-json

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • hughsk