Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save BenjaminAbt/174151850bcc18d5e5a5 to your computer and use it in GitHub Desktop.
{
"@odata.context":"http://services.odata.org/V4/OData/OData.svc/$metadata#Products(ID,Name,Price)",
"value":[
{
"ID":0,
"Name":"Bread",
"Price":2.5
},
{
"ID":1,
"Name":"Milk",
"Price":3.5
},
{
"@odata.type":"#ODataDemo.FeaturedProduct",
"ID":9,
"Name":"Lemonade",
"Price":1.01
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment