Ask a question to get started
Enter to send•Shift+Enter new line
JSONValue: TypeAlias = 'str | int | float | bool | list[JSONValue] | dict[str, JSONValue] | None'