Nuacht

Response validation Besides validating json requests, you might want to validate some third-party service json responses. Depending on whether it's successful or not, you want different code branches ...
Gson is a java library which converts Json to Java object and vice versa. This blog is about how we can parse Json data to Java Object where keys are dynamic created.