如何将类似于json或xml的字符串转换为可用的python对象

时间:2019-05-01 01:28:47

标签: python python-2.7

我有一个从另一个代码发送的数据结构,但无法获取原始数据类型。

Item 1: 
    Name 1
        attribute1 = something1
        attribute2 = something2
    otherAttribute1 = otherthing1
    otherAttribute2 = otherthing2

Item 2: 
    Name 1
        attribute1 = something1
        attribute2 = something2
    otherAttribute1 = otherthing1
    otherAttribute2 = otherthing2

数据像上面一样以unicode字符串形式输入。乍一看似乎是json。我可以找到的其他帖子处理的是json但包含定界符的字符串。在这种情况下,只有间距。

enter image description here

0 个答案:

没有答案