ijl / orjson

Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
Apache License 2.0
6.3k stars 218 forks source link

Can orjson support the byte type? #507

Closed Zander-1024 closed 3 months ago

Zander-1024 commented 3 months ago

After the orjson serialized data is placed into a field, an error is reported when the data is dumped again? Can byte be used as the default type and str for serialization?