Below is the array of key/value pairs. I want to match the key from below array and bring its value. But my string is "ss@d.com" and loop through below array and bring its value.
[{"nn@g.com":"custom"}, {"ss@d.com":"free"}, {"p23@gmail.com":"free"}]
I want access above array and bring value.