Hello,
i have json files (a few) like here:
{
"Test" : "VB_variable", "Test2" : true,
"Test3": "http://google.com",
"attributes":[
{ "cell":"VB_answer", "property": "highAvailability" }
]
}
All what i want to get list all values starting from VB*.
I am trying to build...