Expand description
JSON / string parsing helpers for Python inputs.
Functions§
- get_
optional - Helper function to get an optional value from a Python dictionary.
- get_
optional_ parsed - Helper function to get an optional value, parse it with a closure, and handle parse errors.
- get_
required - Helper function to get a required value from a Python dictionary and extract it.
- get_
required_ list - Helper function to get a required
PyList
from a Python dictionary. - get_
required_ parsed - Helper function to get a required value, parse it with a closure, and handle parse errors.
- get_
required_ string - Helper function to get a required string value from a Python dictionary.