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