Description
Speeds up tokenization for the json-stream Python library. It helps applications that parse large JSON streams spend less time splitting input into tokens before higher-level parsing.
Most users receive it as a performance dependency. It does not change what data is safe; callers still need validation and error handling for untrusted JSON input.