JSON

  • submit to reddit

Designing a Beautiful REST+JSON API

In this presentation, Les Hazlewood - Stormpath CTO and Apache Shiro PMC Chair - will share all of the golden nuggets learned while designing, implementing and...

0 replies - 2988 views - 04/21/13 by Mitch Pronschinske in Articles

Java API for JSON Processing (JSR-353) - Stream APIs

Java will soon have a standard set of APIs for processing JSON as part of Java EE 7.  This standard is being defined as JSR 353 - Java API for JSON...

0 replies - 4331 views - 04/09/13 by Blaise Doughan in Articles

JSON in VoltDB

Curator's Note: The content of this article was originally written by John Piekos on the VoltDB blog. VoltDB 3.0 introduces the use of JSON-encoded columns...

0 replies - 1294 views - 03/29/13 by Mike Stonebraker in Articles

Test driving Java API for Processing JSON with GlassFish 4.0

Writing and contributing to a specification is one thing. Working with it and looking into real examples is a pre-condition if you want to give valuable...

0 replies - 2046 views - 02/27/13 by Markus Eisele in Articles

Carbon Admin Services in RESTful

Carbon is WSO2's platform made of a front-end and a back-end. The backend contains SOAP Web services interface. But can I access this in RESTful mode or...

0 replies - 1206 views - 02/23/13 by Madhuka Udantha in Articles

Apache CouchDB: Introduction and Installation

  This is another database on "NOSQL" concept.NOSQL's are schema less database.The data is stored in a JSON format.It supports distributed...

0 replies - 2120 views - 02/14/13 by Sandeep Patel in Articles

REST-JSON Service Definition Simplified

In continuation from my previous post on REST-JSON Service Versioning here are my thoughts around service definition for REST-JSON. Problem...

0 replies - 1558 views - 02/13/13 by Senthil Balakrishnan in Articles

Neo4j and Spray JSON

The title of this post may be a bit confusing–what does Neo4j have to do with Spray JSON? (I know that they both run on the JVM, don’t try to be a...

0 replies - 2010 views - 02/05/13 by Jan Machacek in Articles

Tom Marrs on DZone's New JSON Refcard

This week's Refcard  is a must-have reference to JavaScript Object Notation, a popular alternative to XML.  Tom Marrs, the card's author as well as...

0 replies - 3882 views - 02/04/13 by Eric Genesky in Articles

Using JSON Schemas with Oracle NoSQL Database

Here's a 15-minute tutorial discussing JSON schemas with Oracle's NoSQL Database.  This was presented by Ron Cohen.

0 replies - 1794 views - 01/08/13 by Eric Genesky in Articles

Introducing REST JSON/JSONP "Open Beer Database" API!

Visual Studio Magazine - Beer? There's an API for that! I've been fooling around with REST services, getting JSON data back from free online sources...

0 replies - 3201 views - 01/03/13 by Greg Duncan in Articles

JSON-Schema in WADL

In between other jobs I have recently been reviewing the WADL specification with a view to fixing some documentation problems and to producing an updated...

0 replies - 1977 views - 12/17/12 by Gerard Davison in Articles

Implementing Custom JSON or Map Data Validation with Mule DevKit

Validating data can be easy with Mule if your message payloads are in certain formats.  XML payloads, for instance, can be verified for correctness via...

0 replies - 954 views - 12/17/12 by John D'Emic in Articles

JSON Storage in HyperGraphDB

JSON (http://json.org) came about as a convenient, better-than-XML data format that one could directly work from in JavaScript.  About a year ago, I...

0 replies - 3090 views - 12/16/12 by Borislav Iordanov in Articles

A C# .NET Client Proxy for RabbitMQ Management API

  RabbitMQ comes with a very nice Management UI and a HTTP JSON API, that allows you to configure and monitor your RabbitMQ broker. From the website:...

0 replies - 1888 views - 12/07/12 by Mike Hadlow in Articles