Description
Chooses the fastest available JSON implementation when a Python program imports it. It helps applications get better JSON encoding and decoding performance without hard-coding one backend.
This is a convenience layer for developers. Faster parsing still needs validation and size limits when JSON comes from users, files, or network services.