mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2025-07-27 03:09:53 +02:00
improve json handle
This commit is contained in:
BIN
dist/lua-0.5.2b.tar.gz
vendored
BIN
dist/lua-0.5.2b.tar.gz
vendored
Binary file not shown.
@ -231,6 +231,7 @@ static int token_to_object(lua_State *L, jsmntok_t* t, const char* s, int cid)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
lua_pushnil(L);
|
||||||
return cid + t[cid].size; break;
|
return cid + t[cid].size; break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user