I have the following JSON entries in a .json file that I am reading in.
There are numerous JSON entries and each hold the same format. The initial two values specify the date and month:
[["1","12","06:26","08:03","12:09","13:46","14:17","16:05","17:42"]
So the initial "1"
and "12"
will equate to the 1st of December
.
Can someone help me write a method where as soon as the JSON is read in, the device will use the device day/month to check which JSON array to display on the app screen?