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
-
Install this module using the official Backdrop CMS instructions at https://backdropcms.org/guide/modules.
-
Setup a Feed and select 'JSONPath parser' as the parser.
Note: This module now bundles the JSONPath library, so installing the xautoload and libraries module and the libraries module is no longer neecessary.
Bugs and Feature requests should be reported in the Issue Queue: https://github.com/backdrop-contrib/feeds_jsonpath_parser/issues.
- Jen Lampton
- Looking for co-maintainers
- Ported to Backdrop CMS by Peter Anderson.
- Originally written for Drupal by Chris Leppanen.
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.