Gson — Automatically Generate POJO Classes from JSON Response
Gson is awesome in making conversion from JSON to Java classes easy for us developers. With a few lines of code, you can pass JSON and get fully-mapped Java objects back. However, one pain point of using Gson is setting up appropriate Java POJO classes. Creating a POJO class based …
Continue Reading