Convert Java Pojo from Dynamic JSON
**I want to convert JSON into Java Pojo dynamically , meaning JSON structure will be change but I need to convert that JSON into Java Pojo without creating JSON POJO, is there any framework available ? I thought about Dozzer…