Sha256: be3a67d8153c22c68711bd41c233e7324a8bec2e45512a1c2b758ecf58fa7a77

Contents?: true

Size: 707 Bytes

Versions: 4

Compression:

Stored size: 707 Bytes

Contents

[
  {
    "name": "first_database",
    "collections": [
      {
        "name": "first_collection",
        "documents": [
          {
            "name": "This is a sample record",
            "position": {
              "x": 123,
              "y": "135"
            }
          },
          {
            "name": "This is the second sample record",
            "position": {
              "x": 567,
              "y": "246"
            }
          }
        ]
      },
      {
        "name": "second_collection"
      },
      {
        "name": "third_collection"
      }
    ]
  },
  {
    "name": "second_database",
    "collections": [
      {
        "name": "first_collection"
      }
    ]
  }
]

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mongo_browser-0.1.3 spec/support/fixtures/databases.json
mongo_browser-0.1.2 spec/support/fixtures/databases.json
mongo_browser-0.1.1 spec/support/fixtures/databases.json
mongo_browser-0.1.0 spec/fixtures/databases.json