summaryrefslogtreecommitdiffstats
path: root/test/books.json
blob: c8855591e8d5a7570157f27c02669764eb3d0ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "catalog": [
        {
            "author": "Gambardella, Matthew",
            "title": "XML Developer's Guide",
            "description": "An in-depth look at creating applications with XML."
        },
        {
            "author": "Ralls, Kim",
            "title": "Midnight Rain",
            "description": "A former architect battles corporate zombies, an evil sorceress, and her own childhood to become queen of the world."
        }
    ]
}