https://github.com/mitya33/j-path
J-Path is a tiny, performant library for querying and transforming JSON documents with XPath expressions. It is interfaced via the main function, `jpath()`, which returns an array of matched items from the input data.
https://github.com/mitya33/j-path
data-conversion javascript json traversal xml xpath xsl xslt
Last synced: 7 months ago
JSON representation
J-Path is a tiny, performant library for querying and transforming JSON documents with XPath expressions. It is interfaced via the main function, `jpath()`, which returns an array of matched items from the input data.
- Host: GitHub
- URL: https://github.com/mitya33/j-path
- Owner: mitya33
- License: mit
- Created: 2020-06-18T13:49:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T10:55:15.000Z (over 5 years ago)
- Last Synced: 2025-07-15T07:36:29.348Z (8 months ago)
- Topics: data-conversion, javascript, json, traversal, xml, xpath, xsl, xslt
- Language: JavaScript
- Homepage: https://mitya.uk/projects/j-path
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# J-Path
[Documentation & demos here](https://mitya.uk/projects/j-path)
J-Path is a tiny, performant library for querying and transforming JSON documents with XPath expressions. It is interfaced via the main function, `jpath()`, which returns an array of matched items from the input data.