kazuhoさんがやってくれました。 ずいぶん前からjsonをC++でパース(SAXじゃなくてDOM)するのに小さいライブラリないかなーと思ってました。個人的にはjson-cというのを使ってたのですが、幾らか気に入らない所があったりビルドが少し手間だったりしていました。... 続きを読む
Mobile Orchard The iPhone App Developers' Blog: iPhone Programming, Developer News, Interviews And Tutorials This tutorial provides a step-by-step howto for consuming JSON web services from an iPhone app. When you’ve finished the tutorial yo... 続きを読む
Overview A strict JSON parser and generator for Objective-C. It adds categories to existing Objective-C objects for a super-simple interface. More flexible APIs are also provided for added control. Documentation API documentation generated fr... 続きを読む
This framework implements a strict JSON parser and generator in Objective-C. Download the framework, embed it in your application, and import the JSON/JSON.h header. You're now ready to make your application speak JSON. The framework adds cat... 続きを読む
* Redistribution and use in source and binary forms, with or without 続きを読む
いろんなサービスのAPI結果などをキャッシュする的な用途を想定 require 'rubygems' require 'sinatra' require 'json/pure' require 'pstore' require 'active_support' class JsonStore < PStore def initialize(file); super(file); end def dump(table); ta... 続きを読む
Update January 22, 2008: Big thanks to all of you who used this script, complained about its shortcomings and asked for improvements. I never thought that it would get so much attention. Actually the use I intended for it was mainly conversio... 続きを読む
JSONって大体のサーバレスポンスだと、改行もなくエディタで開いてちまちま改行入れて内容確認...なんて事やってる人もいるかと思います。 結構前に作った物ですが、もしかしたら便利と思ってくれる人もいるんじゃないか...と思ったの晒しておきます。 mattn's ... 続きを読む