i want to access elements in JSON.
My JSON looks like:
{
"@odata.context":
"https://www.ccyyxxxyyy5......com.ne.de/odata/$metadata#Product(Id,Name)
/$entity","Id":1,"Name":"Build your own computer"
}
I want only access "Id" and "Name". How can I do that? Can anybode make me an example?