Popular posts
Schedule Jenkins build periodically
How to configure Jenkins build schedule... Jenkins schedule format
Spring Boot + TestNG. How to get started
Minimal required code...
Open Source
Easy Files | |
Read files with easy |
AppProps | |
Load multiple application property files from different locations |
EasyLog | |
Open source library for logging and debugging |
How to publish Open Source library
Step by step guide
Recent posts
How to render a random image
Step by step instructions on how to render a random image on HTML refresh for static sites
Log all client requests and responses - Apache HTTP client, RESTEasy
Gson is a Java library for converting Java objects into their JSON representation and vice versa. It is a popular choice for working with JSON data in Java due to its simple and intuitive API. Gson provides a way to serialize Java objects into JSON and deserialize JSON back into Java objects, making it easy to transfer data between a Java application and a JSON data source.