jpath
v0.0.20
Published
XPath for JSON with yate-like syntax
Readme
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
