Skip to content

NriotHrreion/json

Repository files navigation

JSON

By NriotHrreion

A wheel of json compiler

Usage

JSON.parse(`
{
    "abc": 123,
    "test": "Hello",
    "ok": true,
    "props": null
}
`); // { abc: 123, test: 'Hello', ok: true, props: null }

Development

# Clone repo
git clone https://github.com/NriotHrreion/json
# Install dependencies
npm i
# Run dev environment
npm run dev
# Run tests
npm run test

LICENSE

MIT