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
PyListfrom 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.