python将json转成lua table
伊谢尔伦
伊谢尔伦 2017-05-18 10:59:21
0
1
828

最近有一个业务是将json转成lua table格式放到lua里面运行的,因为我不会lua所以只能用python来转,请问有没有这一类的库。

{
    "B": {
          "Level": true,
          "ID": 772,
          "tLevel": 2,
          "Type": 1,
            },
}

转成这样

{["B"]={["Level"]=true,["ID"]=772,["TLevel"]=2,["Type"]=1,}}
伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

全部回复(1)
为情所困

http://blog.csdn.net/liangneo...

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板