https://github.com/jiawei397/deno_bson
Forked from npm package bson, now support for Deno
https://github.com/jiawei397/deno_bson
bson deno typescript
Last synced: 7 months ago
JSON representation
Forked from npm package bson, now support for Deno
- Host: GitHub
- URL: https://github.com/jiawei397/deno_bson
- Owner: jiawei397
- License: mit
- Created: 2021-10-15T03:27:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T03:33:50.000Z (almost 4 years ago)
- Last Synced: 2025-03-03T01:35:09.222Z (8 months ago)
- Topics: bson, deno, typescript
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deno_bson
Forked from **[npm package bson v4.5.3](https://www.npmjs.com/package/bson)**,
now support for Deno.You can you like this:
```ts
import * as bson from "https://deno.land/x/deno_bson@v0.0.2/mod.ts";console.log(new bson.ObjectId().toHexString()); // 6168f35c2aceb9b2e35b8093
```