Alldailyhumdata.json
From Cumulus Wiki
Jump to navigationJump to search
This file contains daily high and low values for Relative Humidity.
The file contents follow the following format:
Format | Function |
---|---|
{ | Start of JSON stream |
"minHum":[ | Signifies that the daily minimums follow |
[JavaScript_Date_object,value] | Multiple data pairs (each occurrence is separated by a comma between closing bracket of one pair and opening bracket of next):
|
], | Ends the daily lowest figures |
"maxHum":[ | Signifies that the daily maximum follow |
[JavaScript_Date_object,value] | Multiple data pairs (each occurrence is separated by a comma between closing bracket of one pair and opening bracket of next):
|
] | Ends the daily highest figures |
} | End of JSON stream |