bigjson icon indicating copy to clipboard operation
bigjson copied to clipboard

When using `.to_python()` deserialize using `json.load` for speed

Open adishavit opened this issue 1 year ago • 0 comments

The lib is orders of magnitude slower that json.load() when using .to_python().

Would it be possible to implement [local] .to_python() over json.load()? That ought to make the lib as fast as json for whole object loading but still lazy.

adishavit avatar Aug 20 '24 14:08 adishavit