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

https://github.com/kessler/node-json


https://github.com/kessler/node-json

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# @kessler/json

```js
import { serialize } from './index.mjs'

console.log(serialize({
a: 1,
b: 1n
}))
```