links.dictinglink
DictingLink Objects
class DictingLink(ParsingLink)
Dicting Link is a link that converts pydantic models to dicts. It traversed the variables dict, and converts any (nested) pydantic models to dicts by callind their .json() method.
by_alias
Converts pydantic models to dicts by calling their .json() method with by_alias=True