v8-json

V8 JSON Parse/Stringify

Usage no npm install needed!

<script type="module">
  import v8Json from 'https://cdn.skypack.dev/v8-json';
</script>

README

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.