You are here

feeds_jsonpath_parser.info in Feeds JSONPath Parser 7

Same filename and directory in other branches
  1. 6 feeds_jsonpath_parser.info
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
  1. name = JSONPath Parser
  2. description = Parse a JSON document using JSONPath.
  3. core = 7.x
  4. php = 5.4
  5. package = Feeds
  6. dependencies[] = feeds:feeds
  7. dependencies[] = xautoload:xautoload
  8. ; Provides a Feeds parser which uses the JSONPath library.
  9. files[] = FeedsJSONPathParser.inc
  10. ; Test coverage requires the Libraries API module, to make loading JSONPath
  11. ; easier to handle.
  12. test_dependencies[] = libraries
  13. files[] = tests/feeds_jsonpath_parser.test