Created
February 13, 2016 13:43
-
-
Save BenjaminAbt/cb9d6daa2e2fa014a520 to your computer and use it in GitHub Desktop.
ODataorg_Samples_Products_IDName.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@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