Skip to content

Instantly share code, notes, and snippets.

@lawrencelomax
Last active December 24, 2015 11:28
Show Gist options
  • Save lawrencelomax/6790676 to your computer and use it in GitHub Desktop.
Save lawrencelomax/6790676 to your computer and use it in GitHub Desktop.
JSON Sample data for Unit Test demo
[
{"name" : "grumpy", "image_url" : "http://i.imgur.com/llerBCQ.jpg"},
{"name" : "long", "image_url" : "http://i.imgur.com/SkSNqfB.jpg"},
{"name" : "bullet", "image_url" : "http://i.imgur.com/djCifni.jpg"},
{"name" : "ceiling", "image_url" : "http://i.imgur.com/W86UhUT.png"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment