Peter Williams
Posts: 165
Nickname: pezra
Registered: Apr, 2005
|
Just is a random programmer.
|
|
|
|
JSON Schema Definition Languages
|
Posted: Jul 12, 2007 10:28 PM
|
|
|
This post originated from an RSS feed registered with Ruby Buzz
by Peter Williams.
|
Original Post: JSON Schema Definition Languages
Feed Title: Peter Williams' Weblog
Feed URL: http://barelyenough.org/blog/tag/ruby/feed/
Feed Description: Random thoughs about software development, and anything else I find interesting.
|
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Peter Williams
Latest Posts From Peter Williams' Weblog
|
|
We recently settled on using JSON as the preferred format for the
REST-based distributed application on which I am working. We don’t
need the expressiveness of XML and JSON is a lot cheaper to generate
and parse, particularly in Ruby. Now we are busy defining
dialects to encode the data we have, which is happy work. [...]
Read: JSON Schema Definition Languages
|
|