DataStays

MongoDB Extended JSON

Convert MongoDB Extended JSON to plain, readable JSON — resolving wrappers like $oid, $date, $numberLong, $numberDecimal, and $binary into ordinary values. Mongo exports are hard to scan in normal JSON tools because so much of the meaning is wrapped in $ objects. This unwraps the common cases while keeping 64-bit integers exact as strings instead of rounding them into unsafe JavaScript numbers.