VOOZH about

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

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


  • Enterprise Java👁 Image
    Biju KunjummenJanuary 3rd, 2013
    3 448

    Json deserialization with Jackson and Super type tokens

    Datatables is a jquery plugin to present tabular information – it can enhance a simple table or can use a…

    Read More »
  • Enterprise Java👁 Image
    Gerard DavisonNovember 21st, 2012
    0 203

    JSON-Schema generation in Jersey

    So in my previous post I talked about a proposal to allow the use of JSON-Schema in a WADL, this post…

    Read More »
  • Enterprise Java👁 Image
    Gerard DavisonNovember 15th, 2012
    0 185

    JSON-Schema in WADL

    In between other jobs I have been recently been reviewing the WADL specification with a view to fixing some documentation…

    Read More »
  • Software Development👁 Image
    Bozhidar BozhanovNovember 5th, 2012
    3 151

    Don’t Use JSON And XML As Internal Transfer Formats http

    You have a system that has multiple components and they have to communicate. They do that either via internal web…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoSeptember 25th, 2012
    0 177

    Testing client side of RESTful services

    Develop an application that uses RESTful web API may imply developing server and client side. Writing integration tests for server…

    Read More »
  • Enterprise Java👁 Image
    Michal JastakSeptember 7th, 2012
    1 149

    JSON – Jackson to the rescue

    Sometimes you have to fetch some data from the server in JavaScript, JSON is pretty good choice for this task.…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoMay 17th, 2012
    1 297

    JSON for polymorphic Java object serialization

    For a long time now JSON is a de facto standard for all kinds of data serialization between client and…

    Read More »
  • Scala👁 Image
    Jason BaldridgeMay 14th, 2012
    0 107

    Processing JSON in Scala with Jerkson

    Introduction The previous tutorial covered basic XML processing in Scala, but as I noted, XML is not the primary choice…

    Read More »
  • Enterprise Java👁 Image
    Oleg VaraksinApril 24th, 2012
    7 3,350

    JSON with GSON and abstract classes

    I have switched to Google Gson after many years of using org.json library for supporting JSON data interchange format in…

    Read More »
  • First
  • ...
  • 10
  • «
  • 13
  • 14
  • 15
  • 16
  • 17
  • »
Back to top button
Close