File: convenience.md

package info (click to toggle)
python-jsonpath 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,028 kB
  • sloc: python: 9,473; makefile: 6
file content (31 lines) | stat: -rw-r--r-- 569 bytes parent folder | download
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