local tb = {};--JSON最外层对象
    tb['tb_key1'] = 'tb_value1';
    tb['tb_key2'] = 'tb_value2'
    tb['tb_key3'] = 'tb_value3'

    tb['tb_p1'] = {};
    tb['tb_p2'] = {};
    tb['tb_p3'] = {};

    local tbOne = {};
    tbOne['key1'] = 'value1';
    tbOne['key2'] = 'value2';
    tbOne['one_p_1'] = {};
    tbOne['one_p_2'] = {};

    for i=0,5 do
        table.insert(tbOne['one_p_1'], ''..i);
        table.insert(tbOne['one_p_2'], ''..i + 10);
    end

    table.insert(tb['tb_p1'], tbOne);
    table.insert(tb['tb_p2'], tbOne);
    tb['tb_p2'] = tbOne;

    if _G['_load_tn_json2lua'] == nil then
        --serv:use(luaid(), 'tn_json2lua');--服务端脚本引用
        ui:use('tn_json2lua');--客户端脚本引用
        _G['_load_tn_json2lua'] = true;
    end
    local sJson = json_encode(tb)
    print( sJson )
Copyright © TouchNet 2015 all right reserved,powered by Gitbook最后修订时间: 2022-06-21 09:21:04

results matching ""

    No results matching ""