Is there an easy way to map data from JSON to fields of my class by means of android APIs?
JSON:
{ email: \'email\', password: \'pass\' }
You could use GSON.