Objective-C的JSON处理包 SBJson

openkk 12年前
     <p>SBJson 是 Objective-C 实现的一个 JSON 解析器和生成器,主要特性:</p>    <ul>     <li>New BSD Lisence.</li>     <li>Easy-to-use API.</li>     <li>Streaming Support. See SBJsonStreamParser in the <a href="/misc/goto?guid=4959498218859096397">API docs</a>.</li>     <li>Pretty-printing of JSON output.</li>     <li>Sorted dictionary keys in JSON output.</li>     <li>Configurable max recursion depth for parsing and writing.</li>     <li>Pure Objective-C.</li>     <li>No external dependencies.</li>    </ul>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1322916013687" target="_blank">http://www.open-open.com/lib/view/home/1322916013687</a></p>