My Two Cents

  • Home

JSON

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…

By Ashish, 4 years3 years ago
Javascript

Read JSON in Javascript

In this blog, we will see how to read a complex Json having Arrays and sub JSON block. JSON basically consist of Array => [ ] and Curly Braces => { } Reading JSON will be easy to understand if we go step by step Let’s start with a simple Read more…

By Ashish, 5 years3 years ago
Subscribe
Loading
Categories
Apache Tomcat (1) BDD (1) Collections (3) Git (2) JAVA (43) Javascript (1) JAX-RS (1) jQuery (1) JSON (2) MAVEN (2) Nginx (1) Spring (9) SSL Certification (1)
Recent Posts
  • Karate in Action – Rest API testing
  • Overview of @Component, @Controller, @Repository, @Service
  • Server Side Pagination using jQuery Datatable
  • Spring Retry in Action
  • RestTemplate in Spring

  • Home