在项目中需要用到 json 解析模块,原来的项目使用 cjson
库,而在运行时出现 module 'cjson' not found
错误。
CJSON
Lua CJSON 是 Lua 语言提供高性能的 JSON 解析器和编码器,其性能比纯 Lua 库要高 10 到 20 倍。Lua CJSON 完全支持 UTF-8 ,无需依赖其他非 Lua/LuaJIT 的相关包。
下载源码
lua-cjson 官方地址 https://github.com/mpx/lua-cjson/
解压到指定目录,切换到解压后的目录,运行命令
1
make install
本文网址: https://pylist.com/topic/68.html 转摘请注明来源