Skip to content

Instantly share code, notes, and snippets.

@jorgeas80
Created December 8, 2016 23:00
Show Gist options
  • Save jorgeas80/b90978cdb8055dc7f3c3fba198ea5bf8 to your computer and use it in GitHub Desktop.
Save jorgeas80/b90978cdb8055dc7f3c3fba198ea5bf8 to your computer and use it in GitHub Desktop.
JSON for json-server example
{
"water":[
{
"title":"A Perfect Morning",
"thumbUrl":"http://googledrive.com/host/0Bz6MIjSA3u5MSDNwcmNDYWVOdms/images/water1.jpg"
},
{
"title":"Footprints",
"thumbUrl":"http://googledrive.com/host/0Bz6MIjSA3u5MSDNwcmNDYWVOdms/images/water2.jpg"
},
{
"title":"Rush (II)",
"thumbUrl":"http://googledrive.com/host/0Bz6MIjSA3u5MSDNwcmNDYWVOdms/images/water3.jpg"
},
{
"title":"El Matador State Beach",
"thumbUrl":"http://googledrive.com/host/0Bz6MIjSA3u5MSDNwcmNDYWVOdms/images/water4.jpg"
},
{
"title":"El Matador State Beach",
"thumbUrl":"http://googledrive.com/host/0Bz6MIjSA3u5MSDNwcmNDYWVOdms/images/water5.jpg"
},
{
"title":"Big Sur",
"thumbUrl":"http://googledrive.com/host/0Bz6MIjSA3u5MSDNwcmNDYWVOdms/images/water6.jpg"
}
],
"mountains":[
{
"title":"Difficult Roads",
"thumbUrl":"http://googledrive.com/host/0Bz6MIjSA3u5MSDNwcmNDYWVOdms/images/mountains1.jpg"
},
{
"title":"Klondike Highway - Mountain",
"thumbUrl":"http://googledrive.com/host/0Bz6MIjSA3u5MSDNwcmNDYWVOdms/images/mountains2.jpg"
},
{
"title":"Mount Ossa and Cathedral Mountain",
"thumbUrl":"http://googledrive.com/host/0Bz6MIjSA3u5MSDNwcmNDYWVOdms/images/mountains3.jpg"
},
{
"title":"Heading Down the Mountain",
"thumbUrl":"http://googledrive.com/host/0Bz6MIjSA3u5MSDNwcmNDYWVOdms/images/mountains4.jpg"
},
{
"title":"Stone Bridge",
"thumbUrl":"http://googledrive.com/host/0Bz6MIjSA3u5MSDNwcmNDYWVOdms/images/mountains5.jpg"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment