![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Classes | |
| class | JsonConverter |
Functions | |
| configure_converter (BaseConverter converter) | |
| JsonConverter | make_converter (*Any args, **Any kwargs) |
Variables | |
| T = TypeVar("T") | |
Preconfigured converters for the stdlib json.
| cattrs.preconf.json.configure_converter | ( | BaseConverter | converter | ) |
Configure the converter for use with the stdlib json module. * bytes are serialized as base85 strings * datetimes are serialized as ISO 8601 * counters are serialized as dicts * sets are serialized as lists * union passthrough is configured for unions of strings, bools, ints, floats and None