VOOZH about

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

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


  • Core Java👁 Image
    Heiko RuppAugust 4th, 2013
    0 740

    Custom Deserializer in Jackson and validation

    tl;dr: it is important to add input validation to custom json deserializers in Jackson. In RHQ we make use of…

    Read More »
  • Core Java👁 Image
    Blaise DoughanJuly 29th, 2013
    0 158

    EclipseLink MOXy and the Java API for JSON Processing – Object Model APIs

    The Java API for JSON Processing (JSR-353) is the Java standard for producing and consuming JSON which was introduced as…

    Read More »
  • Android Core👁 Image
    Francesco AzzolaJune 27th, 2013
    5 303

    Android AsyncTask ListView – JSON

    Many times we need to populate a Listview using an AsyncTask. This is the case when we have to invoke…

    Read More »
  • Enterprise Java👁 Image
    Blaise DoughanJune 20th, 2013
    0 143

    MOXy’s @XmlVariableNode – JSON Schema Example

    We are in the process of adding the ability to generate a JSON Schema from your domain model to EclipseLink…

    Read More »
  • Enterprise Java👁 Image
    David GrayJune 14th, 2013
    1 373

    Parsing ESPN API using Java and Google GSON

    For my first post, I’ll explain how to parse the ESPN API.  The API documentation can be found at http://developer.espn.com/docs.…

    Read More »
  • Enterprise Java👁 Image
    Roger HughesMay 21st, 2013
    0 243

    Spring MVC, Ajax and JSON Part 3 – The Client Side Code

    If you’ve been following this short series of blogs on Spring, Ajax and JSON you’ll recall that I’ve got as…

    Read More »
  • Enterprise Java👁 Image
    Roger HughesMay 10th, 2013
    0 143

    Spring MVC, Ajax and JSON Part 2 – The Server Side Code

    In my last blog I said that I was going to talk about Spring, Ajax and JSON, but didn’t. The…

    Read More »
  • Enterprise Java👁 Image
    Gerard DavisonMay 7th, 2013
    1 239

    Using Java WebSockets, JSR 356, and JSON mapped to POJO’s

    So I have been playing around with Tyrus, the reference implementation of the JSR 356 WebSocket for Java spec. Because…

    Read More »
  • Enterprise Java👁 Image
    Roger HughesMay 2nd, 2013
    0 227

    Spring MVC, Ajax and JSON Part 1 – Setting The Scene

    I’ve been thinking about writing a blog on Spring, Ajax and JSON for a good while, but I’ve never got…

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