I scraped some text from a webpage with the Extract HTML node giving an output of this data (which looks like an array/string in a json object)-
[
{
"htmlL": [
"/news/updating-our-usage-policy",
"/news/team-plan-and-ios",
"/news/child-safety-principles",
"/research/many-breaking"
]
}
]
Please how do I reformat this data to individual json items for easy manipulation? My efforts with using functions haven’t quite worked. Any assistance is appreciated. Thanks.