3.7.1
Fixed
- Type stubs for
orjson.JSONDecodeError
now inherit from
json.JSONDecodeError
instead ofValueError
- Null-terminate the internal buffer of
orjson.dumps()
output.
orjson.JSONDecodeError
now inherit fromjson.JSONDecodeError
instead of ValueError
orjson.dumps()
output.