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

Version Path
candle-0.0.7 lib/candle/generators/lua/wax/lib/extensions/json/wax_json.h
candle-0.0.6 lib/candle/generators/lua/wax/lib/extensions/json/wax_json.h
candle-0.0.4 lib/candle/generators/lua/wax/lib/extensions/json/wax_json.h
candle-0.0.3 lib/candle/generators/lua/wax/lib/extensions/json/wax_json.h
candle-0.0.2 lib/candle/generators/lua/wax/lib/extensions/json/wax_json.h
candle-0.0.1 lib/candle/generators/lua/wax/lib/extensions/json/wax_json.h