Skip to content
KSCodes
  • Java
    • String Handling
    • Collections
    • Exception Handling
    • JDBC
    • File IO
    • Apache POI
    • XML Parsing
    • JSON
  • Spring MVC
  • HTML5
  • jQuery
  • Tutorials
  • Misc

Tag: JSON

Ignore Null fields in JSON using Jackson

In some of the previous posts we have seen the conversions of JSON to and from Java objects. Java to JSON & JSON to Java. While converting Java class into JSON, we may sometimes have some null

Read More →

Convert Java Map to/from JSON using Jackson

In this post we will see how to Convert Java Map to/from JSON using Jackson.For this we will be using the ObjectMapper.readValue and   ObjectMapper.writeValue We will have a

Read More →

Convert JSON to Java Object using Jackson

In the previous post you saw How we converted Java Object to JSON. Now lets see how to Convert JSON to Java Object using Jackson. You will need the same dependency or Jar files that were mentioned

Read More →

Convert Java Object to JSON using Jackson

Jackson is a easy to use API that can help in the Java to/from JSON transformation. In this post lets see how to convert java object to json using Jackson. Add Jackson dependency Please note we are

Read More →







Aim

The aim of this blog is to try to give some useful tips that can make developers life easy at work. For any queries or suggestions please email us at kscodes.web@gmail.com

Links

  • About Us
  • Privacy Policy
Copyright © 2021