Skip to content

backdrop-contrib/feeds_jsonpath_parser

Repository files navigation

JSONPath Parser

JSONPath Parser is a Feeds parser that allows parsing JSON files using the JSONPath library. It is very similar to the Feeds XPath Parser module.

Documentation for JSONPath can be seen here: https://github.com/SoftCreatR/JSONPath

Installation

Note: This module now bundles the JSONPath library, so installing the xautoload and libraries module and the libraries module is no longer neecessary.

Issues

Bugs and Feature requests should be reported in the Issue Queue: https://github.com/backdrop-contrib/feeds_jsonpath_parser/issues.

Current Maintainers

Credits

License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.

The bundled JSONPath library is under the MIT License. Please see the license file located at libraries/jsonpath/LICENSE.md.