JsonExport LogoJsonExport
Back to All Datasets
MongoDB Test Payload

Mock MongoDB Collection JSON with ObjectIds & ISODates

MongoDB compass/mongodump JSON export containing `$oid` ObjectIds, `$date` timestamps, and nested document arrays. Download this payload or convert it directly into Excel spreadsheets in 1 click.

Convert this MongoDB JSON to Excel or CSV

Instantly flatten and preview these records in multi-column tables. Auto-unwinds nested objects without writing Python or Power Query.

100% Client-Side in Your Browser (Zero Data Upload)
Convert to Excel
mongodb-collection-json-example.json
[
  {
    "_id": {
      "$oid": "64f1a2b3c4d5e6f7a8b9c001"
    },
    "accountNumber": "ACC-99018",
    "tier": "enterprise",
    "createdAt": {
      "$date": "2026-01-15T08:30:00.000Z"
    },
    "settings": {
      "mfaEnabled": true,
      "ipWhitelist": [
        "192.168.1.100",
        "10.0.0.1"
      ]
    },
    "usageMetrics": {
      "apiCalls": 450000,
      "storageGb": 84.5
    }
  },
  {
    "_id": {
      "$oid": "64f1a2b3c4d5e6f7a8b9c002"
    },
    "accountNumber": "ACC-99019",
    "tier": "growth",
    "createdAt": {
      "$date": "2026-02-20T14:15:00.000Z"
    },
    "settings": {
      "mfaEnabled": false,
      "ipWhitelist": []
    },
    "usageMetrics": {
      "apiCalls": 120000,
      "storageGb": 22.1
    }
  }
]

Payload Size

752 Bytes

Format

JSON (Multi-level Nested)

Compatible Tools

Excel (XLSX), CSV, Pandas, Power BI

License

Public Domain / MIT (Free for Testing)