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.
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. [...]