ijl / orjson

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

Can orjson support the byte type? #507

Closed Zander-1024 closed 1 month ago

Zander-1024 commented 1 month 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?