# bug **Repository Path**: joegame/bug ## Basic Information - **Project Name**: bug - **Description**: 自己遇见的问题汇总 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-01 - **Last Updated**: 2024-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bug ### json双引号 在Python中,将字符串转换为字典(通常指的是从类似JSON格式的字符串转换)可以通过使用json模块来实现。如果你的字符串是有效的JSON格式(例如,使用双引号作为字符串的界限,而不是单引号),Python的json模块不支持单引号作为字符串的界限,因此你可能需要手动替换它们或使用其他方法。