Sha256: e346c21d0a0443c655b70cc70f4030375c8de10cf889298e2f9d39b1009d9b68

Contents?: true

Size: 365 Bytes

Versions: 24

Compression:

Stored size: 365 Bytes

Contents

{
  "banks": [
    {
      "name": "bank_1",
      "accounts": [
        {
          "type": "savings",
          "balance": 1000.00
        }, {
          "type": "checking"
        }, {
          "type": "investiment",
          "balance": null
        }
      ]
    }, {
      "name": "bank_2",
      "accounts": null
    }, {
      "name": "bank_3"
    }
  ]
}

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
arstotzka-1.0.2 spec/fixtures/accounts_missing.json
arstotzka-1.0.1 spec/fixtures/accounts_missing.json
arstotzka-1.0.0 spec/fixtures/accounts_missing.json
json_parser-1.3.1 spec/fixtures/accounts_missing.json