Extract values from an attribute with JSON body
Extract values from an attribute with JSON body in Productsup.
If you have a JSON body in an attribute, you can directly extract values from it using the Extract Value from JSON box.
Add the Extract Value from JSON.
Enter the name of the value you wish to extract under the Extract from field field.

For example, if you wanted to extract the name
value from the below JSON, you would receive the output John
:
{ "name":"John", "age":30, "cars": { "car1":"Ford", "car2":"BMW", "car3":"Fiat" } }