I have dynamic JSON, here is example: http://pastebin.com/QMWRZTrD
How I can parse it with Retrofit?
I failed to generate POJO classes, since I have dynamic
you can use Map to serialize and deserialize it in case of Random keys. Observable>>
Map
Observable>>