HiKari

Results 3 comments of HiKari

目测是源码encode_table的next测到nil直接判定为array了 可以小魔改一下,比如: ```lua local t_type = 'array' local n = 0 local max = -1 for k in pairs(val) do if type(k) == "string" then t_type = 'object' break elseif...

that's what lua state machine features and we have to fix similar problems as far as possible holy craaaaap

这个框架跟业务无关的,数据库client可以自己写一个service。