JAVA
Read Dynamic Object from JSON using Gson
Overview We have seen in prev post how to use GSON to convert a JSON to Java Object and other way around In this post, we will see how to convert JSON which has Dynamic Keys. Sample JSON If you notice in above JSON Sample_01 and Sample_20 are dynamic. In this case, Read more…