Hi everyone
I need help in how to deal with JSON data
I tried a lot to access each stime + etime of each of the 16 objects but i failed i only managed to access the 1 one.
the json variable data is
{"0":"10:00:00","stime":"10:00:00","1":"10:30:00","etime":"10:30:00"}{"0":"10:30:00","stime":"10:30:00","1":"11:00:00","etime":"11:00:00"}{"0":"11:00:00","stime":"11:00:00","1":"11:30:00","etime":"11:30:00"}{"0":"11:30:00","stime":"11:30:00","1":"12:00:00","etime":"12:00:00"}{"0":"12:00:00","stime":"12:00:00","1":"12:30:00","etime":"12:30:00"}{"0":"12:30:00","stime":"12:30:00","1":"13:00:00","etime":"13:00:00"}{"0":"13:00:00","stime":"13:00:00","1":"13:30:00","etime":"13:30:00"}{"0":"13:30:00","stime":"13:30:00","1":"14:00:00","etime":"14:00:00"}{"0":"14:00:00","stime":"14:00:00","1":"14:30:00","etime":"14:30:00"}{"0":"14:30:00","stime":"14:30:00","1":"15:00:00","etime":"15:00:00"}{"0":"15:00:00","stime":"15:00:00","1":"15:30:00","etime":"15:30:00"}{"0":"15:30:00","stime":"15:30:00","1":"16:00:00","etime":"16:00:00"}{"0":"16:00:00","stime":"16:00:00","1":"16:30:00","etime":"16:30:00"}{"0":"16:30:00","stime":"16:30:00","1":"17:00:00","etime":"17:00:00"}{"0":"17:00:00","stime":"17:00:00","1":"17:30:00","etime":"17:30:00"}{"0":"17:30:00","stime":"17:30:00","1":"18:00:00","etime":"18:00:00"}__16
i put __ and the count so i know how many objects i can get but i'm still stuck in first step of accessing each data of those any help in what i shall add or do in these blocks below.
i know i need a new [ for each number block ] but for now i just let's say want to access object number 12 or 13.
{"0":"15:30:00","stime":"15:30:00","1":"16:00:00","etime":"16:00:00"}{"0":"16:00:00","stime":"16:00:00","1":"16:30:00","etime":"16:30:00"}
here's the block
thank you in advance.