AR_Engine_SDK
|
Functions | |
function xjson | decode (jsonStr) |
function xjson | decode_file (filePath) |
function xjson | encode (luaTable) |
Variables | |
xjson = {} | |
function xjson decode | ( | jsonStr | ) |
反序列化
jsonStr | string json字符串 |
function xjson decode_file | ( | filePath | ) |
反序列化一个文件中的内容
filePath | string 绝对路径 |
function xjson encode | ( | luaTable | ) |
序列化
luaTable | table luaTable |
xjson = {} |