Ask a question to get started
Enter to send•Shift+Enter new line
Parse a JSON string that may be missing closing braces.
parse_partial_json( s: str, *, strict: bool = False, ) -> Any
s
str
The JSON string to parse.
strict
bool
False
Whether to use strict parsing.