Diff: //code/hjpath @ 2a6fcba40 | src | log | howto

-- a/code/hjpath++ b/code/hjpath
@@ -4,10 +4,10 @@

Currently supported features:

* Object and array traversal: "/someobject/somearray[5]" @/someobject/somearray[5]@
* Negative indices for starting from array end: "/someobject/somearray[-1]" @/someobject/somearray[-1]@ for grabbing last entry
* * wildcard, matches any object or array element: "/someobject/*/anotherarray/*" @/someobject/*/anotherarray/*@
* ** wildcard, acts like "//" in XPath, matches any sequence of elements. @**/something@

Get it: "git.bitcheese.net":http://git.bitcheese.net/?a=summary&p=hjpath, "gitorious":http://www.gitorious.org/jpath

By Voker57 on Thu Oct 15 09:49:30 +0000 2009