Sha256: c543986630c12e0d9dced07bcf113cbc86b65c7f49f61c992f8054e4d0f80bb8

Contents?: true

Size: 824 Bytes

Versions: 2

Compression:

Stored size: 824 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"
      }
    ]
  },
  {
    "name": "third_database",
    "collections": [
      {
        "name": "first_collection"
      }
    ]
  }
]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mongo_browser-0.2.5 spec/support/fixtures/databases.json
mongo_browser-0.2.0.rc2 spec/support/fixtures/databases.json