I have a string which is concatenation of "key":"value" pairs seperatedseparated by "," like-
KEY1:VALUE1, KEY2:VALUE2, KEY3:VALUE3 And fromFrom this string, I have to grep value for a specific string,lets -- let's say KEY2, -- so the output of our command should be VALUE2.