hughsk / ndarray-json

Serialize/deserialize ndarrays to and from JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Serialize/deserialize ndarrays to and from JSON

License:Other


Languages

Language:JavaScript 100.0%