I have structure like below serviceCharacteristic" : [ { "id": “1" "name" : "object" "value": { "a”: “1”, “access”: "FTTC" }] I want to get access value where name is object to set for another variable outside servicecharacteristic block.
I have structure like below
serviceCharacteristic" : [ {
"id": “1"
"name" : "object"
"value": {
"a”: “1”,
“access”: "FTTC"
}]
I want to get access value where name is object to set for another variable outside servicecharacteristic block.