Ask a question to get started
Enter to sendā¢Shift+Enter new line
Parse a JSON string and return the parsed object.
If parsing fails, returns an error message.
:param query: The JSON string to parse. :return: A tuple containing the parsed object or None and an error message or None.
load_query( query: str, fault_tolerant: bool = False ) -> Tuple[Optional[Dict], Optional[str]]