yastjson

0.1.2 • Public • Published

yastjson

Yastjson is Yet Another faST JSON, which provide you a high-performaince JSON.parse method instead of the native function in Node.js.

Installation:

npm install yastjson

npm test

or

clone github repository

Usage:

const YJSON = require('yastjson');

let jsonString = '{a:1}';
let obj = YJSON.parse(jsonString);
console.log(obj);

You will get the object, just like using JSON.parse.

Readme

Keywords

Package Sidebar

Install

npm i yastjson

Weekly Downloads

4

Version

0.1.2

License

GPL-3.0

Unpacked Size

69 kB

Total Files

10

Last publish

Collaborators

  • zhuyingda