teahouse

Results 1 comments of teahouse

i think of an clumsy solution.we can edit the file lua_cjson.c. case T_NUMBER: { if(token->value.number>(int)(token->value.number)) lua_pushnumber(l, token->value.number); else lua_pushinteger(l, token->value.number); break;; }