在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:ijl/orjson开源软件地址:https://github.com/ijl/orjson开源编程语言:Python 62.1%开源软件介绍:orjsonorjson is a fast, correct JSON library for Python. It benchmarks as the fastest Python library for JSON and is more correct than the standard json library or other third-party libraries. It serializes dataclass, datetime, numpy, and UUID instances natively. Its features and drawbacks compared to other Python JSON libraries:
orjson supports CPython 3.7, 3.8, 3.9, 3.10, and 3.11. It distributes x86_64/amd64, aarch64/armv8, and arm7 wheels for Linux, amd64 and aarch64 wheels for macOS, and amd64 wheels for Windows. orjson does not support PyPy. Releases follow semantic versioning and serializing a new object type without an opt-in flag is considered a breaking change. orjson is licensed under both the Apache 2.0 and MIT licenses. The repository and issue tracker is github.com/ijl/orjson, and patches may be submitted there. There is a CHANGELOG available in the repository. UsageInstallTo install a wheel from PyPI: pip install --upgrade "pip>=20.3" # manylinux_x_y, universal2 wheel support
pip install --upgrade orjson To build a wheel, see packaging. QuickstartThis is an example of serializing, with options specified, and deserializing: 全部评论
专题导读
上一篇:christophior/JSONConfigurablePersonalSite: A JSON configurable personal site发布时间:2022-07-09下一篇:JohnSundell/Unbox: [Deprecated] The easy to use Swift JSON decoder发布时间:2022-07-09热门推荐
热门话题
阅读排行榜
|
请发表评论