這是JSONKit.zip下載,其中JSONKit庫(kù)是非常簡(jiǎn)單易用而且效率又比較高的,重要的JSONKit適用于ios 5.0以下的版本。
JSONKit is dual licensed under either the terms of the BSD License, or alternatively under the terms of the Apache License, Version 2.0.
Copyright © 2011, John Engelhart.
升級(jí)到xcode7之后,你會(huì)神奇的發(fā)現(xiàn)你的項(xiàng)目會(huì)奔潰到j(luò)sonkit里,報(bào)thread 1:exc_bad_access(codeexc_i386_gpflt)野指針錯(cuò)誤
根據(jù)奔潰到j(luò)sonkit.m的這行代碼void keyObjectISA = ((void **)keys[idx]);
1、CocoaPods是跑在Ruby的軟件,安裝可能需要幾分鐘,安裝命名:
sudo gem install cocoapods
2、如果想為每個(gè)第三方庫(kù)生成文檔,那運(yùn)行
brew install appledoc 這步是可選的。