Sha256: 624eb73c4ea0cc498146ab0fcc23e0dd12e528edf4bb463efc4010b5ae4b2627

Contents?: true

Size: 265 Bytes

Versions: 4

Compression:

Stored size: 265 Bytes

Contents

{
  "title": "Shopping List",
  "details": {
    "author": {
      "first_name": "John",
      "last_name": "Doe"
    }
  },
  "items": [
    {"name": "Milk", "amount": "1L"},
    {"name": "Sugar", "amount": "1kg"},
    {"name": "Tomatoes", "amount": "500g"}
  ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sablon-0.0.8 test/fixtures/shopping_list_context.json
sablon-0.0.7 test/fixtures/shopping_list_context.json
sablon-0.0.6 test/fixtures/shopping_list_context.json
sablon-0.0.5 test/fixtures/shopping_list_context.json