JSON Path Python Module

The jsonpath interface module.

pacifica.notifications.jsonpath.find(expr, data)[source]

Match the expression in the data and return truthy value.

pacifica.notifications.jsonpath.parse(jsonpath_str)[source]

Parse the json path.