JSON Tools
BSON to JSON Converter
Convert MongoDB BSON Extended JSON format to standard JSON. Handles all BSON-specific types including ObjectId ($oid), Date ($date), Binary ($binary), Decimal128 ($numberDecimal), Int32/Int64/Double, RegExp, Timestamp, and more. Choose relaxed or strict conversion mode.
Updated 2025-06-12
BSON to JSON Converter
Convert MongoDB BSON Extended JSON to standard JSON format. Handles ObjectId, Date, Binary, and other BSON types.
Conversion Options
About BSON to JSON Converter
Convert MongoDB BSON Extended JSON format to standard JSON. Handles all BSON-specific types like ObjectId, Date, Binary, Decimal128, and more.
Supported BSON Types:
- $oid: ObjectId → string
- $date: Date → ISO string
- $numberInt, $numberLong, $numberDouble: → number
- $binary: Binary data → base64 string
- $regex: Regular expression → pattern string