bigjson
bigjson copied to clipboard
When using `.to_python()` deserialize using `json.load` for speed
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.