Skip to content

rickyes/v8-json

Repository files navigation

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.

About

V8 JSON Parse/Stringify

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published