Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

yastjson

npm version Build Status codecov

Overview

Yastjson is Yet Another faST JSON, which provide you a second choice of 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.

Design

Token Definition

Lexical Analysis

Syntactic Analysis

License

GPL-V3

Copyright (c) 2020-present, Yingda (Sugar) Zhu

About

yet another fast json.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.