1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
# Convenience Functions
These package-level functions use the default [JSONPathEnvironment](api.md#jsonpath.JSONPathEnvironment), `jsonpath.DEFAULT_ENV` when `strict=False`, or the preconfigured strict environment, `jsonpath.STRICT_ENV` when `strict=True`.
::: jsonpath.compile
handler: python
::: jsonpath.findall
handler: python
::: jsonpath.finditer
handler: python
::: jsonpath.findall_async
handler: python
::: jsonpath.finditer_async
handler: python
::: jsonpath.match
handler: python
::: jsonpath.query
handler: python
|