1.0.4 • Published 4 years ago

@shellteo/s-json v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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.