I want to build a table like repeater with data that is stored as JSON in Content Manager (Array field type).
My JSON contains a track list with the following data for each list item:
Artist name
Album name
Track name
Track duration
Release Year
Tags
How do I connect the text fields in my repeater to values of an JSON Array?
How do I tell my repeater how many rows it has to render?
Any ideas/solutions?