How to convert JSON to list?

[
[{“url”:“imageurl.com”}],
[{“url”:“imageurl2.com”}],
[{“url”:“imageurl3.com”}]
]
How to convert this data in list view?

You can use this extension to parse json into desire format ↓

Read their documentaion and follow their project file (.aia) to learn how it works.