application_json¶
Strategy class for application/json.
JSONConfig
¶
Bases: AttrDict
JSON parse-specific Configuration Data Model.
Source code in oteapi/strategies/parse/application_json.py
17 18 19 20 21 22 23 |
|
JSONDataParseStrategy
¶
Parse strategy for JSON.
Registers strategies:
("mediaType", "application/json")
Source code in oteapi/strategies/parse/application_json.py
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
|
get(self, session=None)
¶
Parse json.
Source code in oteapi/strategies/parse/application_json.py
56 57 58 59 60 61 62 63 64 65 |
|
initialize(self, session=None)
¶
Initialize.
Source code in oteapi/strategies/parse/application_json.py
52 53 54 |
|
JSONResourceConfig
¶
Bases: ResourceConfig
JSON parse strategy filter config.
Source code in oteapi/strategies/parse/application_json.py
26 27 28 29 30 31 |
|
SessionUpdateJSONParse
¶
Bases: SessionUpdate
Class for returning values from JSON Parse.
Source code in oteapi/strategies/parse/application_json.py
34 35 36 37 |
|