xiayong968

Results 1 comments of xiayong968

i fix it :) ----------------------------------- json::object obj; lua_pushnil(L); while (lua_next(L, index) != 0) { if (lua_type(L, -2) == LUA_TSTRING) { const char* key = lua_tostring(L, -2); json::value& b = obj[key];...