VOOZH about

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

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


  • Enterprise Java👁 Image
    Alex TheedomApril 17th, 2018
    0 140

    Get to Know JSON Merge Patch: JSON-P 1.1 Overview Series

    Java EE 8 includes an update to the JSON Processing API and brings it up to date with the latest…

    Read More »
  • Enterprise Java👁 Image
    Alex TheedomApril 12th, 2018
    0 126

    Get to Know JSON Patch: JSON-P 1.1 Overview Series

    Java EE 8 includes an update to the JSON Processing API and brings it up to date with the latest…

    Read More »
  • Enterprise Java👁 Image
    Alex TheedomApril 10th, 2018
    0 141

    Get to Know JSON Pointer: JSON-P 1.1 Overview Series

    Java EE 8 includes an update to the JSON Processing API and brings it up to date with the latest…

    Read More »
  • Core Java👁 Image
    Fahd ShariffMarch 12th, 2018
    0 3,323

    JUnit Hamcrest Matcher for JSON

    This post shows how you can write JUnit tests to check if an object matches a JSON string. This is…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoFebruary 21st, 2018
    2 852

    Run away from ‘null’ checks feast: doing PATCH properly with JSON Patch

    Today we are going to have a conversation about REST(ful) services and APIs, more precisely, around one peculiar subject many…

    Read More »
  • Enterprise Java👁 Image
    Javin PaulJanuary 30th, 2018
    2 3,312

    How to ignore unknown properties while parsing JSON in Java – Jackson @JsonIgnoreProperties Annotation Example

    One of the common problem while parsing JSON in Java using Jackson API is that it fails when your JSON…

    Read More »
  • Enterprise Java👁 Image
    Attila Mihaly BalazsDecember 11th, 2017
    0 712

    How to map JSON collections using JPA and Hibernate

    Introduction The open-source hibernate-types project allows you to map Java objects or Jackson JsonNode as JPA entity properties. Recently, thanks…

    Read More »
  • Enterprise Java👁 Image
    Everett GriffithsNovember 3rd, 2017
    0 167

    JSON Schema’s Role in Building and Deploying Your API

    What is JSON Schema? It provides a thorough way of describing the structure and properties of any JSON value. It…

    Read More »
  • Enterprise Java👁 Image
    Michael GoodOctober 19th, 2017
    0 865

    Converting XML to JSON & Raw Use in MongoDB & Spring Batch

    Overview Why convert XML to JSON for raw use in MongoDB? Since MongoDB uses JSON documents in order to store…

    Read More »
  • First
  • ...
  • «
  • 7
  • 8
  • 9
  • 10
  • 11
  • »
  • ...
  • Last
Back to top button
Close