Building Feedly

Jaql: A JSON Query Language

February 2, 2008 · No Comments

Bumped into an interesting document from IBM on JAQL, a xquery-like query language for JSON. Here is an example:

 for $b in read('books')

  where exists($b.reviews)

  return {$b.author, $b.title};

If you are investigating migrating from SOAP+XML to REST+JSON, this is an interesting read.

Categories: Uncategorized

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

You must be logged in to post a comment.