Skip to content

3.7.1

Compare
Choose a tag to compare
@ijl ijl released this 03 Jun 22:11
· 223 commits to master since this release

Fixed

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