Sha256: 9cfdecc4abed1a8fd920120eb12362b365539b8ea6850eba53daa5bd1e6748d1
Contents?: true
Size: 187 Bytes
Versions: 6
Compression:
Stored size: 187 Bytes
Contents
#ifndef json_h #define json_h #import "lua.h" #define JSON_METATABLE_NAME "wax.json" int luaopen_wax_json(lua_State *L); void json_parseString(lua_State *L, const char *input); #endif
Version data entries
6 entries across 6 versions & 1 rubygems