{"id":15680700,"url":"https://github.com/lucsoft/web_bson","last_synced_at":"2025-12-11T21:08:31.500Z","repository":{"id":37825302,"uuid":"438258071","full_name":"lucsoft/web_bson","owner":"lucsoft","description":"web_bson builds opon mongodb/js-bson","archived":false,"fork":false,"pushed_at":"2024-11-09T08:44:58.000Z","size":3821,"stargazers_count":12,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T11:16:57.608Z","etag":null,"topics":["bson","deno","json"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-14T13:12:24.000Z","updated_at":"2025-04-21T18:52:07.000Z","dependencies_parsed_at":"2023-02-17T16:01:46.456Z","dependency_job_id":"8f60af30-8ae9-441b-ad06-52c775d91d09","html_url":"https://github.com/lucsoft/web_bson","commit_stats":null,"previous_names":["lucsoft/deno_bson"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucsoft%2Fweb_bson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucsoft%2Fweb_bson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucsoft%2Fweb_bson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucsoft%2Fweb_bson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucsoft","download_url":"https://codeload.github.com/lucsoft/web_bson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252865590,"owners_count":21816310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bson","deno","json"],"created_at":"2024-10-03T16:43:57.885Z","updated_at":"2025-12-11T21:08:26.204Z","avatar_url":"https://github.com/lucsoft.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web_bson\n\nweb_bson builds opon [js-bson](https://github.com/mongodb/js-bson/). Bson is\nshort for \"Binary JSON\" and is the binary-encoded serialization of JSON-like\ndocuments. You can learn more about it in\n[the specification](http://bsonspec.org).\n\n### Deno \u0026 Web\n\nA simple example of how to use web_bson:\n\n```js\nimport { deserialize, Long, serialize } from \"https://deno.land/x/web_bson\";\n\n// Serialize a document\nconst doc = { long: Long.fromNumber(100) };\nconst data = serialize(doc);\nconsole.log(\"data:\", data);\n\n// Deserialize the resulting Buffer\nconst doc_2 = deserialize(data);\nconsole.log(\"doc_2:\", doc_2);\n```\n\n## Documentation\n\nThe Documentation can be found under\n[doc.deno.land](https://doc.deno.land/https://deno.land/x/web_bson/mod.ts)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucsoft%2Fweb_bson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucsoft%2Fweb_bson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucsoft%2Fweb_bson/lists"}