str = "Lindar = \"text=light, position = True\", num=10, check_condition=False, Timeout=1000" 如何处理成下边这样的 json 结构: { “Lindar": "text=light, position = True", "num": 10, "check_condition"="False", "Timeout": 1000 }