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