json-micro

0.0.2 • Public • Published

json-micro

Sometimes you want to transmit info around in JSON and don't care so much about float precision.

 
stringify = require('json-micro').stringify
data = [
  [1,2,3]
  ["cat","dog",Math.PI]
]
console.log stringify data

Output:

Installation

> npm install -g json-micro

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    2
  • 0.0.1
    2

Package Sidebar

Install

npm i json-micro

Weekly Downloads

2

Version

0.0.2

License

none

Last publish

Collaborators

  • malgorithms