Resolved! Find value using key in JSON
Hi Team, I have an system property as below and I already have a key as 'support_group_1', Now I need to fetch only the specific value from the key (I need 'low' from 'name1',"name2','name3' in the below JSON) { "support_group_1": [ { ...

