Siren 0.2.0 Released

siren version 0.2.0 has been released!

Siren is a JSON and JSONQuery interpreter for Ruby. It extends the
normal
functionality
of JSON-to-Ruby processing with cross-references, automatic typecasting,
and a succinct query language for filtering JSON and Ruby object graphs.

I began this about six months ago mostly to help me learn Treetop, but
Rails
Tips recently
featured it in an article on testing so I’ve completed the JSONQuery
implementation and
released it to Rubyforge.

Changes:

0.2.0 / 2009-07-07

  • Mostly complete implementation of JSONQuery as described
    by SitePen. This would have been 0.1 but it supercedes
    John’s version.