In this tutorial we will learn to use Gson API to convert Java Objects or POJOs to JSON and Convert JSON String to Java Objects.
Author: Amit Phaltankar Tutorials
Thanks for visiting. I hope you found the tutorials and code examples helpful. Please post your comments, questions, and suggestions below.
You can also reach out to me on any of the Social platforms listed here.
Happy Coding !!
Read JSON Strings into Java Objects with Jackson API
A guide to use Jackson to Map JSON Strings into Java Objects. Examples include JSON String to Java Objects and JSON Strings to Java Map.
Convert Java Objects To JSON with Jackson API
A guide on How to Serialise Java Objects and Maps into JSON. We will cover examples of converting Custom Java Objects to JSON and Map to JSON.
How to Merge Multiple Collections in Java
Learn different techniques to merge or concatenate multiple collections together in Java with the help of practical examples
How to Initialize a List Inline in Java
Examples of initializing mutable and immutable Java ArrayList in the same line using factory method, Stream, Collections, and Arrays
Introduction to the Java Virtual Machine (JVM)
Introduction to Java Virtual Machine (JVM) tutorial. Learn what is JVM and its main components.