I have this response from the github api:
Status: 200 OK
{
"C": 78769,
"Python": 7769
}
How can I do to iterate over this without knowing which language do I have..? and access the value of each language.. because "C" and "Python" are not constants.
Thanks for reading.