You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
For platforms where cjson is not available (eg. Control4) an alternative JSON implementation is required. Obviously
cjson
support must be maintained, but I think loadingjson
when loadingcjson
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: #42
The text was updated successfully, but these errors were encountered: