0.1.1 • Published 11 years ago

ndarray-json v0.1.1

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

ndarray-json experimental

Serialize/deserialize ndarrays to and from JSON. Right now there's a good chance it's not going to be the most appropriate means of encoding, but base64DecToArray might make it reasonable.

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.

0.1.1

11 years ago

0.1.0

11 years ago

0.0.0

11 years ago