common.normalizers.json
SupportsDataItemNormalizer Objects
class SupportsDataItemNormalizer(Protocol)
Expected of modules defining data item normalizer
DataItemNormalizer
A class with a name DataItemNormalizer deriving from normalizers.json.DataItemNormalizer
wrap_in_dict
def wrap_in_dict(label: str, item: Any) -> DictStrAny
Wraps item
that is not a dictionary into dictionary that can be json normalized