Ask a question to get started
Enter to sendā¢Shift+Enter new line
JSON_TO_PYTHON_TYPES = {'string': 'str', 'number': 'float', 'boolean': 'bool', 'integer': 'int', 'array': 'List', 'object'