Lua的JSON处理器 Lua CJSON

openkk 12年前
     Lua CJSON 为 Lua 语言提供高性能的 JSON 解析器和编码器,其性能比纯 Lua 库要高 10 到 20 倍。Lua CJSON 完全支持 UTF-8 ,无需依赖其他非 Lua/LuaJIT 的相关包。    <br />    <ul>     <li><a href="/misc/goto?guid=4959499431004797034">10x to 20x quicker</a> (or more) than the fastest pure Lua JSON modules.</li>     <li>Full support for JSON with UTF-8, including decoding surrogate pairs.</li>     <li>Follows the JSON spec closely by default, but exceptions are runtime configurable (NaN/Inf support,..)</li>     <li>No dependencies other than Lua/LuaJIT.</li>     <li>Easy to install.</li>    </ul>    <br />    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1324214729109" target="_blank">http://www.open-open.com/lib/view/home/1324214729109</a></p>