Marks50 / jsonpath

Automatically exported from code.google.com/p/jsonpath
0 stars 0 forks source link

perl port available #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Ported this to Perl, VALUE works fine, PATH option is not fully functional
though. 

Additionally I've added "!" as a special character which will list all the
keys in the hash pointed to by hash indicated in the JSONPath expression.

Latest version, and documentation notes, available here:

http://github.com/masukomi/jsonpath-perl/tree/master

Original issue reported on code.google.com by masuk...@gmail.com on 27 Oct 2008 at 4:16