Hi all,
I'm stucked with this issue :
I have a json object like that :
{
"key1": "",
"key2": "1/10",
"key3": "1/1,1/2,1/3,1/5",
"key4": "1/24",
"keyX": "1/1,1/2,1/3,1/5,1/4"
}
I want to return the key name for a given value.
For example, if I know a value (eg. 1/24), I want to get the key name (eg. key4).
the key name are not always the same, so I can't use the parse json tool.
- Do you knows if it possible?
- if yes, what is the best way to achieve that?
best regards,