Lua的JSON處理器 Lua CJSON
Lua CJSON 為 Lua 語言提供高性能的 JSON 解析器和編碼器,其性能比純 Lua 庫要高 10 到 20 倍。Lua CJSON 完全支持 UTF-8 ,無需依賴其他非 Lua/LuaJIT 的相關包。
- 10x to 20x quicker (or more) than the fastest pure Lua JSON modules.
- Full support for JSON with UTF-8, including decoding surrogate pairs.
- Follows the JSON spec closely by default, but exceptions are runtime configurable (NaN/Inf support,..)
- No dependencies other than Lua/LuaJIT.
- Easy to install.
本文由用戶 openkk 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!