Objective-C的JSON开发包 JSONKit

fmms 12年前
     <p>JSONKit 是用 Objective-C 实现的一个高性能的 JSON 解析和生成库,支持 iOS。</p>    <p>下面是性能比较:</p>    <table class="ke-zeroborder">     <tbody>      <tr>       <td align="middle">Parsing</td>       <td align="middle">Serializing</td>      </tr>      <tr>       <td align="middle"><img alt="Objective-C的JSON开发包 JSONKit" src="https://simg.open-open.com/show/1b9ee087d32e1d79b023db5a293ab6dc.png" width="350" height="185" /></td>       <td align="middle"><img alt="Objective-C的JSON开发包 JSONKit" src="https://simg.open-open.com/show/5a277243314b84b693e64c847d61e454.png" width="350" height="175" /></td>      </tr>      <tr>       <td align="middle"><em>23% Faster than Binary</em> <code><em>.plist</em></code><em> !</em></td>       <td align="middle"><em>549% Faster than Binary</em> <code><em>.plist</em></code><em> !</em></td>      </tr>     </tbody>    </table>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1326072692562" target="_blank">http://www.open-open.com/lib/view/home/1326072692562</a></p>