タグ

jsonとsbjsonに関するyabuchinのブックマーク (2)

  • Xcode JSONのFramework(SBJson)

    今作っている iPhone アプリでは、サーバとのやり取りの際サーバからの戻り値が JSON で返ってくる。 というわけで JSON のフレームワークを探して使ってみたのでメモ。 [2012/01/15 update] iOS 5以降のサポートで良ければ NSJSONSerialization も使えるよ! iOS 5から使えるNSJSONSerializationでJSONを使ってみる とりあえず Google 先生に iPhone で使える JSON のフレームワークを聞いてみると、どうも json-framework というものが多く使われているらしい。(そう言えば、AdMob のライブラリに入ってた気がする。と、思ったら昔入ってたのは TouchJSON だった。) で、調べてみるとこの json-framework という名前は古くて、今は SBJson という名前だそうで gi

    Xcode JSONのFramework(SBJson)
  • SBJson for Objective-C

    Update <2018-01-26 Fri> Not going to lie: this site is woefully out of date, and unless someone steps in to update it it’s going to stay that way. Your best bet is heading to github.com/stig/json-framework rather than relying on this site. PS: I’m no longer going to pay for the sbjson.org domain, so I’ve done a minimal change to host this site from stig.github.io/json-framework instead. Update End

  • 1