1 2 3 4 5 6 7 8 9
#ifndef _LUA_M_JSON_H_ #define _LUA_M_JSON_H_ #define MT_JSON "JSON" #define MLUA_JSON "m_json" LUAMOD_API int (luaopen_m_json)(lua_State *L); #endif //_LUA_M_PROTOCOLS_H_