0.0.9 • Published 6 years ago

v8-json v0.0.9

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

v8-json

V8 JSON Parse/Stringify

Travis Node Version npm

Install

$ npm i v8-json --save

Platform

  • OSX
  • Linux
  • Windows

Getting Started

const v = require('v8-json');


v.parse("{\"a\": 1}"); // { "a": 1}

v.stringify({b: true}); // '{"b": true}'

Author

v8-json © Ricky 泽阳, Released under the MIT License.

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago