I have a api call that returns similar to the following json structure: {
"data": [
{
"itemId": "001",
"links": {
"self": {
"href": "http://website.com/api"
},
...
Thanks that logic works. For anyone wanting the notation for checking parent object and returning the nested item as string:Link['webView'].present? ? Link['webView']['href'] : nilbelow works if you dont mind not getting an object back:Link['webView...