I just finished posting JPath 1.0 which is my implementation of an XPath like query language for JSON objects.
It offers two methods of querying a json object much like an XML document. One using a Javascript syntax and the other an XPath notation, both with their own set of pro’s and con’s.
I hope there’s people out there that will find this as useful as I did.