Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

URL Response not in well formatted Json

Hi, I am a swift beginner can try to get step-count  data in the past 30 days. However I received data im the form like 

[

dateTime = "2018-05-11";

        value = 15434

]

it is not in the form that example response shows, which should be 

[

"dateTime" : "2018-05-11";

"value" : 15434

]

can anyone helps me what is the possible reason that I got the false format of Json?

 

Best Answer
0 Votes
0 REPLIES 0