littletable icon indicating copy to clipboard operation
littletable copied to clipboard

Add support for using orjson instead of the stdlib json if orjson is installed

Open ptmcg opened this issue 8 months ago • 0 comments

Open source package orjson is much faster than the stdlib package.

orjson.dumps compares to json.dumps, but uses whitespace-optimized output by default, so need to qualify use of streaming-related keyword args. orjson.loads compares to json.loads, compatibility TBD

ptmcg avatar Apr 18 '25 12:04 ptmcg