convert JSON string to java object

In this post, we will learn to convert JSON string to java object using GSON We can convert json string to java object in multiple ways. Among those Gson conversion is familiar and quite easy too. We need below dependency to convert JSON string to java object Dependency In this example we are going to … Continue reading convert JSON string to java object