SupplementDetectionDataDecoder.
decode_hinted_tuple
Decode a tuple.
JSON doesn’t support tuples. Use a custom dictionary to decode. If the dictionary contains the __tuple__ attribute, the dictionary is converted to a tuple.
item (dict) – The dictionary to decode.
item – The object representation of the item dictionary.
object