最近有一個業務是將json轉換成lua table格式放到lua裡面運行的,因為我不會lua所以只能用python來轉,請問有沒有這一類的庫。
{
"B": {
"Level": true,
"ID": 772,
"tLevel": 2,
"Type": 1,
},
}
轉成這樣
{["B"]={["Level"]=true,["ID"]=772,["TLevel"]=2,["Type"]=1,}}
http://blog.csdn.net/liangneo...