I have a web query with JSON response as:
{ \"status\":true, \"result\": { \"id\":\"1\", \"name\":\"ABC 1\", \"email\":
I`m using this site to create my classes (POJO) from JSON.
http://www.jsonschema2pojo.org/ just be sure to set to JSON insted of JSON Schema and check GSON, because retrofit is using GSON as well for parsing.
your retrofit code looks fine.