Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Classes | Functions | Variables
cattrs.preconf.ujson Namespace Reference

Classes

class  UjsonConverter
 

Functions

 configure_converter (BaseConverter converter)
 
UjsonConverter make_converter (*Any args, **Any kwargs)
 

Variables

 T = TypeVar("T")
 

Detailed Description

Preconfigured converters for ujson.

Function Documentation

◆ configure_converter()

cattrs.preconf.ujson.configure_converter ( BaseConverter  converter)
Configure the converter for use with the ujson library.

* bytes are serialized as base64 strings
* datetimes are serialized as ISO 8601
* sets are serialized as lists