Skip to content

3.1.0

Compare
Choose a tag to compare
@ijl ijl released this 08 Jun 13:26
· 378 commits to master since this release

Added

  • orjson.OPT_PASSTHROUGH_SUBCLASS causes orjson.dumps() to pass
    subclasses of builtin types to default so the caller can customize the
    output.
  • orjson.OPT_PASSTHROUGH_DATETIME causes orjson.dumps() to pass
    datetime objects to default so the caller can customize the
    output.