I have a JSON
Array String. I want to deserialize it and want to fetch each element in Asp.Net Core view page.
I have tried it with the array split
method but it is returning with the [] at first and end. Please help me to solve this.
My Data is :
[
"a0xctflnmzfkxqibwgli.png",
"hjivmkuk2jafe2cfllpv.jpg",
"i2zcbw0se2btbiq7l4u6.gif",
"a0rzmnbjnbtvmdv1osxo.jpg",
"p5ok5a0ozni7lqlvoov2.gif"
]
Required Output :
a0xctflnmzfkxqibwgli.png
hjivmkuk2jafe2cfllpv.jpg
i2zcbw0se2btbiq7l4u6.gif
p5ok5a0ozni7lqlvoov2.gif