v8-json
v0.0.9
Published
V8 JSON Parse/Stringify
Downloads
12
Readme
v8-json
V8 JSON Parse/Stringify
Install
$ npm i v8-json --save
Platform
- [x] 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.