README
v8-json
V8 JSON Parse/Stringify
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.