LuaLS / LLS-Addons

Addons for use with Sumneko's Lua Language Server
https://github.com/LuaLS/lua-language-server
MIT License
63 stars 46 forks source link

Update Lua CJSON to use OpenResty's fork #102

Closed goldenstein64 closed 11 months ago

goldenstein64 commented 11 months ago

The most widely used version of CJSON (to my knowledge) is OpenResty's fork of the module, found at LuaRocks and at openresty/lua-cjson. My definitions only accounted for the original module, found here. This PR updates the CJSON definitions to reflect OpenResty's fork.