summaryrefslogtreecommitdiffstats
path: root/mobile/android/base/resources/raw/fake_home_items.json
blob: 59b4ab74e3d865491aea079b7f547017e8dc9ea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[{
    "id": 1,
    "dataset_id": "fake-dataset",
    "url": "http://example.com/first",
    "title": "First Example",
    "description": "This is an example",
    "image_url": "http://lorempixel.com/64/64?id=1"
}, {
    "id": 2,
    "dataset_id": "fake-dataset",
    "url": "http://example.com/second",
    "title": "Second Example",
    "description": "This is a second example",
    "image_url": "http://lorempixel.com/64/64?id=2"
}]