VOOZH about

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

⇱ JSON Archives - Page 5 of 17 - Java Code Geeks


  • Core Java👁 Image
    Mary ZhengJune 5th, 2024
    0 3,503

    Custom Field Name with @JsonProperty

    1. Introduction Custom field name with @JsonProperty is very useful when mapping Java fields to JavaScript Object Notation (JSON) properties…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeJune 5th, 2024
    0 1,263

    Custom Field Names with @SerializedName in Gson

    Gson is a popular Java library for converting Java objects to their JSON representation and vice versa. One of the…

    Read More »
  • Core Java👁 Image
    Yatin BatraMay 31st, 2024
    0 833

    Parse JSON using Moshi

    Moshi is a modern JSON library for Android and Java by Square. It simplifies parsing and serializing JSON, supports annotations,…

    Read More »
  • Core Java👁 Image
    Mary ZhengMay 30th, 2024
    0 523

    Map Subset of JSON via Jackson

    1. Introduction JavaScript Object Notation (JSON) is a text-based data format and widely used in the APIs for exchanging data…

    Read More »
  • Core Java👁 Image
    Mary ZhengMay 27th, 2024
    0 4,113

    Include null Value in JSON Serialization

    1. Introduction JavaScript Object Notation (JSON) is text-based data format that is easy for humans to read and write and…

    Read More »
  • Core Java👁 Image
    Mary ZhengMay 20th, 2024
    0 620

    A Guide To Jackson-jr Library

    1. Introduction JavaScript Object Notation (JSON) is a text-based format for storing and exchanging data. It’s commonly used by web…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Ashraf SarhanMay 6th, 2024
    0 3,460

    Simplified Array Operations on JsonNode Without Typecasting in Jackson

    In Java development, managing JSON data efficiently is crucial, especially when dealing with arrays within JSON structures. This article focuses…

    Read More »
  • Core Java👁 Image
    Mary ZhengMay 3rd, 2024
    0 1,927

    How to Convert Excel to JSON in Java

    1. Introduction When Java applications deal with data interchange between different systems, it’s common to convert Excel to JSON. Apache…

    Read More »
  • Core Java👁 Image
    Yatin BatraMay 3rd, 2024
    0 869

    Serialization with FlatBuffers in Java

    FlatBuffers in Java facilitates high-speed data serialization/deserialization, eliminating parsing overhead. Developed by Google, it offers a schema-less, memory-efficient solution for…

    Read More »
  • First
  • ...
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
  • »
  • 10
  • ...
  • Last
Back to top button
Close