An open API service indexing awesome lists of open source software.

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.

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.