0.0.20 • Published 12 years ago
jpath v0.0.20
jpath
XPath for JSON with yate-friendly syntax.
Instalation
Node
npm install jpathBrowser
<script src="./jpath.min.js"></script>Usage
jpath(json, '/.foo.bar');
jpath(json, '/.foo[3]');
jpath(json, '/.foo[.bar]');
jpath(json, '/.foo[.bar == "3"].lop');
jpath(json, '/.foo[!.bar && .lop]');
jpath(json, '/.foo[. == "1" || .lop != "bar"]');More examples: tests