{
id:555,
test_lua_gen:"aabbc",
this_array:[1,2,5],
this_string:"2016年6月1日17:51:50"
}
把json的:符号替换成= 就是日期的:不替换
期望值是
{
id=555,
test_lua_gen="aabbc",
this_array=[1,2,5],
this_string="2016年6月1日17:51:50"
}
{
id:555,
test_lua_gen:"aabbc",
this_array:[1,2,5],
this_string:"2016年6月1日17:51:50"
}
把json的:符号替换成= 就是日期的:不替换
期望值是
{
id=555,
test_lua_gen="aabbc",
this_array=[1,2,5],
this_string="2016年6月1日17:51:50"
}