Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 428 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 428 Bytes

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