Skip to content

Instantly share code, notes, and snippets.

@BenjaminAbt
Created February 13, 2016 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BenjaminAbt/cb9d6daa2e2fa014a520 to your computer and use it in GitHub Desktop.
Save BenjaminAbt/cb9d6daa2e2fa014a520 to your computer and use it in GitHub Desktop.
ODataorg_Samples_Products_IDName.json
{
"@odata.context":"http://services.odata.org/V4/OData/OData.svc/$metadata#Products(ID,Name)",
"value":[
{
"ID":0,
"Name":"Bread"
},
{
"ID":1,
"Name":"Milk"
},
{
"ID":2,
"Name":"Vint soda"
},
{
"ID":3,
"Name":"Havina Cola"
},
{
"ID":4,
"Name":"Fruit Punch"
},
{
"ID":5,
"Name":"Cranberry Juice"
},
{
"ID":6,
"Name":"Pink Lemonade"
},
{
"ID":7,
"Name":"DVD Player"
},
{
"ID":8,
"Name":"LCD HDTV"
},
{
"@odata.type":"#ODataDemo.FeaturedProduct",
"ID":9,
"Name":"Lemonade"
},
{
"@odata.type":"#ODataDemo.FeaturedProduct",
"ID":10,
"Name":"Coffee"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment