VOOZH about

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

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


  • Core Java👁 Image
    Anirudh BhatnagarJuly 17th, 2014
    1 363

    Converting JSON to XML to Java Objects using XStream

    XStream library can be an effective tool for converting JSON to Java to XML translations to and fro. Lets explore…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamApril 30th, 2014
    1 326

    Jersey/Jax RS: Streaming JSON

    About a year ago I wrote a blog post showing how to stream a HTTP response using Jersey/Jax RS and…

    Read More »
  • Enterprise Java👁 Image
    Gerard DavisonApril 20th, 2014
    0 137

    Quick, and a bit dirty, JSON Schema generation with MOXy 2.5.1

    So I am working on a new REST API for an upcoming Oracle cloud service these days so one of…

    Read More »
  • Enterprise Java👁 Image
    Gerard DavisonFebruary 5th, 2014
    0 96

    Selecting level of detail returned by varying the content type, part II

    In my previous entry, we looked at using the feature of MOXy to control the level of data output for…

    Read More »
  • Enterprise Java👁 Image
    Abhijeet SutarJanuary 16th, 2014
    0 183

    Using Google GSON : Extra Goodies : Part I

    Introduction This is follow-up article to previous Getting Started with Google GSON where it shows the introductory material on using…

    Read More »
  • Enterprise Java👁 Image
    Abhijeet SutarJanuary 14th, 2014
    2 541

    Using Google GSON : Extra Goodies : Part II

    We continue with Using GSON from last article, also in case you missed the first article in series here is…

    Read More »
  • Enterprise Java👁 Image
    James SutherlandSeptember 11th, 2013
    2 1,745

    Optimizing Java Serialization – Java vs XML vs JSON vs Kryo vs POF

    Perhaps I’m naive, but I always thought Java serialization must surely be the fastest and most efficient way to serialize…

    Read More »
  • Enterprise Java👁 Image
    Nitin KumarSeptember 9th, 2013
    1 371

    How to create JQuery DataTable using JSON and servlet

    In this article I’ll introduce the basic coding that require to create JQuery DataTable using JSON passed by simple servlet.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhijeet SutarAugust 14th, 2013
    3 717

    Getting Started with Google GSON

    In Java world,  JSON is becoming de facto standard for data exchange format over XML because of its ease of…

    Read More »
  • First
  • ...
  • «
  • 10
  • 11
  • 12
  • 13
  • 14
  • »
  • ...
  • Last
Back to top button
Close