I need to parse json like this:
{
"response": {
"70": [326707130, 320565529, 218874712, 195318591, 272944693, 136909660, 384774802, 9486342, 5663588, 245478751, 437283231],
"75": [205268343, 307729010, 272944693, 384774802, 312530843, 220948861, 270477243]
}
}
Im using GSON, and i dont know what to do, because i can`t name the variable in Java like this:
public int[] 70;