https://github.com/kessler/node-json
https://github.com/kessler/node-json
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kessler/node-json
- Owner: kessler
- Created: 2023-11-13T13:04:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T13:04:26.000Z (over 1 year ago)
- Last Synced: 2025-03-08T08:12:40.426Z (about 2 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @kessler/json
```js
import { serialize } from './index.mjs'console.log(serialize({
a: 1,
b: 1n
}))
```