Ask a question to get started
Enter to sendā¢Shift+Enter new line
parse_and_check_json_markdown( text: str, expected_keys: list[str], ) -> dict[
text
str
expected_keys
list[str]
Parse and check a JSON string from a Markdown string.
Checks that it contains the expected keys.
The Markdown string.
The expected keys in the JSON string.