Extract information from a text property that contains a JSON
Hello everyone,
I would like to know how can I extract the information form a Text property that contains a JSON text? The property contains this JSON:
{"title" : "Test title", "Url" : "http://www.test.com", "Category" : "Testing"}
I have to map those 3 values to 3 different properties.
Thank you,
Josué Dávila