Ask a question to get started
Enter to send•Shift+Enter new line
Represents a JSON-like structure, which can be None or a dictionary with string keys and any values.
Json = dict[str, Any] | None