Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created June 29, 2016 14:08
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 bjoerntx/30c629755844565ea69a21586deae4f5 to your computer and use it in GitHub Desktop.
Save bjoerntx/30c629755844565ea69a21586deae4f5 to your computer and use it in GitHub Desktop.
{
"@odata.context": "http://localhost:8047/api.rsc/$metadata#dbo.Customer",
"value": [
{
"name": "Petersen",
"firstname": "Klaus",
"id": 1
},
{
"name": "Hans",
"firstname": "Hansen",
"id": 2
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment