Skip to content

Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

timkpaine/xorjson

Repository files navigation

xorjson

xorjson is a fork of orjson with the following changes:

  • Smaller CI/CD to ease fork maintenance - not all platforms supported
  • Default to str for Unknown objects as keys when using OPT_NON_STR_KEYS (#454)

artifact PyPI