freebsd-ports/devel/py-orjson/pkg-descr
Stefan Eßer 4030e06a36 Move more URLs from pkg-descr to WWW in Makefile
These ports have been added in the last few days with WWW: lines in
pkg-descr files instead of WWW entries in the Makefile, as required
after commit ddd0e820c8.

Approved by:    portmgr (implicit)
2022-09-16 22:15:18 +02:00

4 lines
258 B
Text

orjson 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.