mpx / lua-cjson

Lua CJSON is a fast JSON encoding/parsing module for Lua
https://kyne.au/~mark/software/lua-cjson.php
MIT License
924 stars 474 forks source link

Add support to define lua-cjson options at compile time #47

Open ludrao opened 7 years ago

ludrao commented 7 years ago

There are a few #define that define default option. This pull request adds support to change those defines at compile time (instead of having to modify the source file)