Skip to main content

Module parsing

Module parsing 

Source
Expand description

JSON / string parsers for Python inputs.

Functionsยง

get_optional
Extracts an optional value from a Python dictionary.
get_optional_parsed
Extracts and parses an optional value from a Python dictionary.
get_required
Extracts a required value from a Python dictionary.
get_required_list
Extracts a required PyList from a Python dictionary.
get_required_parsed
Extracts and parses a required value from a Python dictionary.
get_required_string
Extracts a required string value from a Python dictionary.