# Это если по-простому, по-тупому, без всяких регулярок. Комбинация strip и split
text = eval("<({'type': 'message_new', 'object': {'message': {'date': 1599285831, 'from_id': 35183475, 'id': 0, 'out': 0, 'peer_id': 2000000008, 'text': 'test', 'conversation_message_id': 90, 'fwd_messages': [], 'important': False, 'random_id': 0, 'attachments': [], 'is_hidden': False}, 'client_info': {'button_actions': ['text', 'vkpay', 'open_app', 'location', 'open_link'], 'keyboard': True, 'inline_keyboard': True, 'carousel': False, 'lang_id': 0}}, 'group_id': 332911, 'event_id': '989337a2939a8ed1ed298be7409303069ab40958'})>".replace("(", "").replace(")", "").replace("<", "").replace(">", ""))
print(text["object"]["message"]["peer_id"])