I have got a input string like "[key1:value1,key2:value2]", how to get the value by key?
Discussion posts and replies are publicly visible
If you can be sure that values won't have special character "]", you can use below code to get values.