feeds_jsonpath_parser.info in Feeds JSONPath Parser 7
name = JSONPath Parser
description = Parse a JSON document using JSONPath.
core = 7.x
php = 5.4
package = Feeds
dependencies[] = feeds:feeds
dependencies[] = xautoload:xautoload
; Provides a Feeds parser which uses the JSONPath library.
files[] = FeedsJSONPathParser.inc
; Test coverage requires the Libraries API module, to make loading JSONPath
; easier to handle.
test_dependencies[] = libraries
files[] = tests/feeds_jsonpath_parser.test
File
feeds_jsonpath_parser.info
View source
- name = JSONPath Parser
- description = Parse a JSON document using JSONPath.
- core = 7.x
- php = 5.4
- package = Feeds
- dependencies[] = feeds:feeds
- dependencies[] = xautoload:xautoload
-
- ; Provides a Feeds parser which uses the JSONPath library.
- files[] = FeedsJSONPathParser.inc
-
- ; Test coverage requires the Libraries API module, to make loading JSONPath
- ; easier to handle.
- test_dependencies[] = libraries
- files[] = tests/feeds_jsonpath_parser.test