VOOZH about

URL: https://www.javacodegeeks.com/tag/json

⇱ JSON Archives - Java Code Geeks


  • Enterprise Java👁 Image
    Omozegie AziegbeApril 30th, 2026
    0 112

    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👁 Image
    Yatin BatraApril 17th, 2026
    0 192

    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👁 Image
    Yatin BatraDecember 15th, 2025
    0 305

    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👁 Image
    Omozegie AziegbeNovember 28th, 2025
    0 988

    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👁 Image
    Mary ZhengOctober 7th, 2025
    0 548

    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👁 Image
    Yatin BatraAugust 1st, 2025
    0 948

    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👁 Image
    Yatin BatraJuly 23rd, 2025
    0 814

    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👁 Image
    Yatin BatraJune 17th, 2025
    0 710

    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👁 Image
    Omozegie AziegbeApril 1st, 2025
    0 276

    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 »
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • 10
  • ...
  • Last
Back to top button
Close