Help with JSON
-
Hi everyone,
I’ve got two questions:
1. Is there a way to add today’s date in the url as a value like this: date=2017-12-05?
2. Can someone help me with the code to extract the data from “data” in this JSON format:{
“chartData”: {
“prev”: “2017-12-04”,
“next”: null,
“date”: “2017-12-05”,
“type”: “day”,
“data”: [
[1512468000000, 33.359999999999999],
[1512468300000, 81.189999999999998],
[1512468600000, 93.310000000000002],
[1512468900000, 104.15000000000001],
[1512469200000, 86.810000000000002]
]
}
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Help with JSON’ is closed to new replies.