awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mongodb avatar

mongodb/js-bson

0
View on GitHub↗
1,215 stars·267 forks·TypeScript·Apache-2.0·13 views

Js Bson

BSON is short for "Binary JSON," and is the binary-encoded serialization of JSON-like documents. You can learn more about it in the specification.

Features

  • JSON and Data Schema Tools - BSON parser for Node.js and browsers.

Star history

Star history chart for mongodb/js-bsonStar history chart for mongodb/js-bson

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Js Bson

Similar open-source projects, ranked by how many features they share with Js Bson.
  • aligay/jsonurialigay avatar

    aligay/jsonuri

    161View on GitHub↗

    English | 简体中文

    TypeScript
    View on GitHub↗161
  • benjamine/jsondiffpatchbenjamine avatar

    benjamine/jsondiffpatch

    5,324View on GitHub↗

    jsondiffpatch is a JSON diff and patch library designed to calculate differences between two JSON objects and apply those changes to synchronize states. It functions as a synchronization tool for computing deltas and applying patches to update or revert complex nested JavaScript objects. The project provides a standard-compliant implementation of RFC 6902 JSON Patch for atomic updates and a visual difference renderer that converts data deltas into human-readable HTML views. It includes a specialized text diff tool for performing fine-grained, character-level analysis on long strings within JS

    TypeScript
    View on GitHub↗5,324
  • andreyvit/json-diffandreyvit avatar

    andreyvit/json-diff

    1,205View on GitHub↗

    Does exactly what you think it does:

    CoffeeScript
    View on GitHub↗1,205
  • domchristie/humpsdomchristie avatar

    domchristie/humps

    1,418View on GitHub↗

    humps

    JavaScript
    View on GitHub↗1,418
See all 20 alternatives to Js Bson→

Frequently asked questions

What does mongodb/js-bson do?

BSON is short for "Binary JSON," and is the binary-encoded serialization of JSON-like documents. You can learn more about it in the specification.

What are the main features of mongodb/js-bson?

The main features of mongodb/js-bson are: JSON and Data Schema Tools.

What are some open-source alternatives to mongodb/js-bson?

Open-source alternatives to mongodb/js-bson include: aligay/jsonuri — English | 简体中文. benjamine/jsondiffpatch — jsondiffpatch is a JSON diff and patch library designed to calculate differences between two JSON objects and apply… andreyvit/json-diff — Does exactly what you think it does:. domchristie/humps — humps. epoberezkin/fast-json-stable-stringify — Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify. fastify/fast-json-stringify — fast-json-stringify is a high-performance JSON serialization library that uses JSON Schema to compile optimized…