亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Python converts json to lua table
伊謝爾倫
伊謝爾倫 2017-05-18 10:59:21
0
1
935

Recently, there is a business that converts json into lua table format and runs it in lua. Because I don’t know lua, I can only use python to convert it. Is there any such library?

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

Convert to this

{["B"]={["Level"]=true,["ID"]=772,["TLevel"]=2,["Type"]=1,}}
伊謝爾倫
伊謝爾倫

小伙看你根骨奇佳,潛力無限,來學PHP伐。

reply all(1)
為情所困

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template