I know it's probably simple, but I'm receiving this object from NASA API and I'm not being able to access the object parameter named "2020-01-02".
I'm receiving the "error parsing" message if I try to access like Object.near_earth_objects."2020-01-02" or Object.near_earth_objects.2020-01-02, or any other variation of it, which makes sense for sure.
{
"links": {
"next": "http://www.neowsapp.com/rest/v1/feed?start_date=2020-01-03&end_date=2020-01-03&detailed=false&api_key=A8QOwQlPLCc2EYkcNhYxj1SZKIHh83v6tkp55y7e",
"prev": "http://www.neowsapp.com/rest/v1/feed?start_date=2020-01-01&end_date=2020-01-01&detailed=false&api_key=A8QOwQlPLCc2EYkcNhYxj1SZKIHh83v6tkp55y7e",
"self": "http://www.neowsapp.com/rest/v1/feed?start_date=2020-01-02&end_date=2020-01-02&detailed=false&api_key=A8QOwQlPLCc2EYkcNhYxj1SZKIHh83v6tkp55y7e"
},
"element_count": 13,
"near_earth_objects": {
"2020-01-02": [other parameters...]
}