JSON

Developing the next generation of open data interchange

« PreviousNext »

JSONPath in Dojo

18 March 2008

JSONPath has landed in the Dojo Toolkit 1.1, and I have recently added some bug fixes and improvements to the Dojo implementation of JSONPath. You can read more details here, but two substantial features were added:

JSONPath queries in Dojo can be executed like this:

dojo.require("dojox.jsonPath");...dojox.jsonPath.query(object,query,options)

Posted in Libraries | Trackback | del.icio.us | Top Of Page

No comments yet

Leave a Reply