Example
I have a field with the following data:
{“blog”:“abc dot com”, “twitter”:“xyz dot com”, “facebook”:“pqr dot com”}
I want to use the “keys”, viz, blog, twitter and facebook to extract abc dot com, xyz dot com and pqr dot com respectively.
So i...