An open API service indexing awesome lists of open source software.

https://github.com/nriothrreion/json

A wheel of json compiler
https://github.com/nriothrreion/json

compiler javascript json typescript wheel

Last synced: 3 months ago
JSON representation

A wheel of json compiler

Awesome Lists containing this project

README

          

# `JSON`

By NriotHrreion

> A wheel of json compiler

## Usage

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

## Development

```bash
# 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](./LICENSE)