v8-json
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i v8-json

Weekly Downloads

0

Version

0.0.9

License

MIT

Unpacked Size

468 kB

Total Files

21

Last publish

Collaborators

  • zhoumq