{
"d" : [
{
"__metadata": {
"uri": "http://services.odata.org/OData/OData.svc/Suppliers(0)", "etag": "W/\"0\"", "type": "ODataDemo.Supplier"
}, "ID": 0, "Name": "Exotic Liquids", "Address": {
"__metadata": {
"type": "ODataDemo.Address"
}, "Street": "NE 228th", "City": "Sammamish", "State": "WA", "ZipCode": "98074", "Country": "USA"
}, "Concurrency": 0, "Products": {
"__deferred": {
"uri": "http://services.odata.org/OData/OData.svc/Suppliers(0)/Products"
}
}
}, {
"__metadata": {
"uri": "http://services.odata.org/OData/OData.svc/Suppliers(1)", "etag": "W/\"0\"", "type": "ODataDemo.Supplier"
}, "ID": 1, "Name": "Tokyo Traders", "Address": {
"__metadata": {
"type": "ODataDemo.Address"
}, "Street": "NE 40th", "City": "Redmond", "State": "WA", "ZipCode": "98052", "Country": "USA"
}, "Concurrency": 0, "Products": {
"__deferred": {
"uri": "http://services.odata.org/OData/OData.svc/Suppliers(1)/Products"
}
}
}
]
}