My array is:
[
{
"_attributes": {
"key": "attributes"
},
"dt_assoc": {
"item": {
"_attributes": {
"key": "status"
},
"_text": "taken"
}
}
}
]
I have tried a couple of options but can't seem to get a specific object. Im trying to get; "dt_assoc":
{
"item": {
"_attributes": {
"key": "status"
},
"_text": "taken"
};