Json通用类。
static string toJson(table t)
将一个lua表序列化为json字符串。
static table fromJson(string json)
将一个json字符串反序列化为lua表。