How I can convert it to POJO? I have a little troubles with "langs": {}. Is the Langs a Java object with a random quantity of variables?
Need for GsonFactory / Retrofit 2. Regards.
{
"dirs": [
"ru-en",
"ru-pl",
"ru-hu",
...
],
"langs": {
"ru": "russian",
"en": "english",
"pl": "polish",
...
}
}