Sha256: 5a83a79e707742676224b8cba54e52d6475f545ed7826ccb41107fd9f4a9fe6c

Contents?: true

Size: 1.25 KB

Versions: 4

Compression:

Stored size: 1.25 KB

Contents

{
  "books":[
    {
      "id": 1,
      "title": "Don Quixote",
      "summary": "The novel follows the adventures of Alonso Quijano, who reads too many chivalric novels, and sets out to revive chivalry under the name of Don Quixote.",
      "author": ["Miguel de Cervantes"],
      "formats": [
        { "nature": "pdf", "prices": [{ "amount": 999, "currency": "cad" }]},
        { "nature": "epub", "prices": [{ "amount": 1099, "currency": "cad" }, { "amount": 999, "currency": "usd" }]}
      ],
      "tags": ["realism", "chivalry", "satire", "deception"],
      "year": 1615
    },

    {
      "id": 2,
      "title": "Steppenwolf",
      "summary": null,
      "author": ["Hermann Hesse"],
      "formats": [
        { "nature": "pdf", "prices": [{ "amount": 799, "currency": "cad" }]},
        { "nature": "epub", "prices": [{ "amount": 799, "currency": "cad" }, { "amount": 759, "currency": "usd" }]}
      ],
      "tags": ["conflict", "isolation", "reality", "animalistic"],
      "year": 1927
    },

    {
      "id": 3,
      "title": "The Idiot",
      "summary": "",
      "author": ["Fyodor Dostoyevsky"],
      "formats": [
        { "nature": "epub", "prices": [{ "amount": 1599, "currency": "cad" }] }
      ],
      "tags": [],
      "year": 1869
    }
  ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hash-tree-0.0.4 spec/fixtures/books.json
hash-tree-0.0.3 spec/fixtures/books.json
hash-tree-0.0.2 spec/fixtures/books.json
hash-tree-0.0.1 spec/fixtures/books.json