Yep, that's JSON alright. I was able to read the data using the new HttpRequest class:
IDL> !version.release
9.0.0
IDL> json.keys()
[
"Observation Time",
"Forecast Time",
"Data Format",
"coordinates",
"type"
]
IDL> coord = (json['coordinates']).toArray()
IDL> help, coord
COORD LONG64 = Array[65160, 3]
IDL> print, min(coord, dim=1)
0 -90 0
IDL> print, max(coord, dim=1)
359 90 18
-Chris
NV5 Geospatial Software