pysimdjson
pysimdjson copied to clipboard
Add load and loads to type stubs
The load and loads methods aren't included in the typestubs, so pyright complains when users use them:
foo.py:45:28 - error: "load" is not a known member of module "simdjson" (reportAttributeAccessIssue)