Deserialise a dynamic JSON into a java object
Is it possible to somehow convert a dynamic JSON object (No fixed schema) into a Java object? For example, for first time, I can get the following JSON object at runtime: { "addressDetails": { "homeAddresses": [ { "houseNo": "1", "city":…