0.0.9 • Published 7 years ago

v8-json v0.0.9

Weekly downloads
3
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago