Creating a dynamic Alert in ionic 3.9

hello guys, i trying create, a dynamic alert starting of my local json, but i don’t have any idea, since I can not use the to run the vector that I get from JSon

Why not? Just create a JSON Array like this:

{
    "items": [
        {
           ...         
        },
        {
            ...
        }
    ]
}