luacjson 0.1.3

extend for Lua 5.3
Documentation
1
2
3
4
5
6
7
8
9
10
11

#ifndef __LUA_CJSON_H_
#define __LUA_CJSON_H_

#include "lua.h"

#define USE_INTERNAL_FPCONV

int luaopen_cjson(lua_State *l);

#endif // __LUA_CJSON_H_