cloudflare / cloudflare/raven-lua
Allow use of cjson alternative
Open
- Dominant language
- Lua
- Stars
- 121
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
For platforms where cjson is not available (eg. Control4) an alternative JSON implementation is required. Obviously `cjson` support must be maintained, but I think loading `json` when loading `cjson` fails is a good solution.
I have tested with https://github.com/rxi/json.lua and it seems to work.
I have a PR to fix this: https://github.com/cloudflare/raven-lua/pull/42
Contributor guide
Assessment
This issue has not been assessed yet.