{ "articles": { "link": [ { "rel": "self", "href": "http://another.place.com", "type": "text/json", "charset": "utf-8" }, { "rel": "search", "href": "http://search.place.com", "type": "application/opensearchdescription+xml", "charset": "utf-8" } ], "size": 2, "freezed": null, "article": [ { "link": { "rel": "self", "href": "http://a.link.com", "type": "text/json", "profile": "article", "charset": "utf-8" }, "title": "a awesome title", "subtitle": "Article subtitle", "author": "John Maclane" }, { "link": { "rel": "self", "href": "http://a.link.com", "type": "text/json", "profile": "article", "charset": "utf-8" }, "title": "a awesome title", "subtitle": "Article subtitle", "author": "John Maclane" } ] } }