Skip to content

s-Json is an extremely simple and fast JSON parser that implemented with typescript

License

Notifications You must be signed in to change notification settings

shellteo/s-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s-json

NPM version build status Test coverage

s-Json is an extremely simple and fast JSON parser that implemented with typescript

Install

npm install @shellteo/s-json

Usage

// TypeScript
import SJson from '@shellteo/s-json';

const data = '{"_id": "5e205303aaaddc66d08653c4","index": 0}'

SJon.Parse(data)

License

s-Json is licensed under the MIT License.

About

s-Json is an extremely simple and fast JSON parser that implemented with typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published