I have been searching around but cannot find any site like this. I want to know if there is some dummy server that will respond to test GET requests and return a JSON object? Basically something like:
HTTPUtil.httpGet("http://www.ipsumlorem.com/json");
and have it return filler text JSON objects like:
{
"title" : "Ipsum Lorem",
"content" : "blah blah blah"
}