JSONParser
<JSONParser
dataRef={product.attributes.custom_json_string}
item={(object) => (
<div>{object.name}</div>
)}
/>Attributes
Last updated
<JSONParser
dataRef={product.attributes.custom_json_string}
item={(object) => (
<div>{object.name}</div>
)}
/>Last updated