@shellteo/s-json
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.4
    6
  • 1.0.3
    2
  • 1.0.2
    3
  • 1.0.1
    2

Package Sidebar

Install

npm i @shellteo/s-json

Weekly Downloads

5

Version

1.0.4

License

MIT

Unpacked Size

64.9 kB

Total Files

14

Last publish

Collaborators

  • shellteo