Closed ikhoon closed 3 years ago
Motivation:
If a data is already parsed and the type is dictionary, @dataclass_json can directly decode the dictionary into an object.
@dataclass_json
Modifications:
json.dumps()
from_dict
Result:
Opitimized implementations
I'm late. Sorry. 😄
Motivation:
If a data is already parsed and the type is dictionary,
@dataclass_json
can directly decode the dictionary into an object.Modifications:
json.dumps()
and usefrom_dict
of@dataclass_json
Result:
Opitimized implementations