I am having a JSON that comes in that format without a key
["09:00","09:15","09:30","09:45","10:00","10:15","10:30","10:45","11:00","11:15","11:30","11:45","12:00","12:15","12:30","15:00","15:15","15:30","15:45","16:00"]
I want to do a forech trough the values but it seems that I can't figure it out without a key.
Any ideas?