JSON
-
Enterprise Java

Getting Started with TOON Format in Java
Token-Oriented Object Notation (TOON) is a modern data serialization format designed to represent structured data in a compact, human-readable, and…
Read More » -
Core Java

Jackson deserialization using a multi-parameter constructor
JSON deserialization is a common requirement in modern applications that interact with APIs and external systems. Handling different object creation…
Read More » -
Core Java

Java JSON to POJO Conversion
JSON is a lightweight format used for data exchange between systems. In Java, mapping JSON to a POJO makes your…
Read More » -
Python

How to Work with JSON in Python
JSON (JavaScript Object Notation) is one of the most common formats for storing and exchanging data across applications and APIs.…
Read More » -
Core Java

Deserialize to a Map with Correct Type Example
1. Introduction Deserialization is the process of converting data to Java objects. In this example, I will demonstrate how to…
Read More » -
Core Java

Converting a JSON Object to a JSON Array in Java
This article explores various ways to perform Java JSON Object to Array conversion using popular libraries. Let us delve into…
Read More » -
Core Java

JUnit Testing with External Data Files
When writing unit tests, it’s often necessary to test your logic against structured input data. Instead of hardcoding input in…
Read More » -
Core Java

JSONObject Extract Keys Example
Working with JSON in Java is common when dealing with APIs, configurations, or data pipelines. One common task is extracting…
Read More » -
Software Development

Returning JSON Responses in a Micronaut Controller
Micronaut is a modern Java framework designed to build lightweight and fast microservices. One of its core features is seamless…
Read More »




