background preloader

App.net

Facebook Twitter

Directory of third party devs and apps · appdotnet/api-spec Wiki. README.md developers.app.net This branch (new-docs) of the appdotnet/api-spec repo contains the source for developers.app.net and replaces the docs located on the master branch. This documentation can be compiled using nanoc. All submissions are welcome. To submit a change, fork this repo, commit your changes, and send us a pull request. Building the docs Ruby is required to build the site. To install nanoc and make sure you have all the necessary ruby gems, open a terminal in the root of the api-spec checkout and run $ bundle install To compile the docs for the first time, run $ bundle exec nanoc Nanoc compiles the site into static files living in . In general, the best way to work on the docs is like this: $ bundle exec nanoc view & $ bundle exec guard start Guard will run and auto-generate new HTML output when you edit Markdown files, and the nanoc built-in webserver will be available on If you want to learn more about using nanoc, view the nanoc documentation.

Stuartkhall/AppDotNetSheet. Brentdax/appnetkit. AppDotNetSheet/AppDotNetClient at master · stuartkhall/AppDotNetSheet. Objc-appdotnet/objc-appdotnet/app.net at master · akashkgarg/objc-appdotnet. Api-spec/objects.md at master · appdotnet/api-spec. App Net API Console. Working with JSON in iOS 5 Tutorial. If you're new here, you may want to subscribe to my RSS feed or follow me on Twitter. Thanks for visiting! Learn how you can easily read and write JSON in iOS 5! Update 10/24/12: If you’d like a new version of this tutorial fully updated for iOS 6 and Xcode 4.5, check out iOS 5 by Tutorials Second Edition!

Note from Ray: This is the eighth iOS 5 tutorial in the iOS 5 Feast! This is a blog post by iOS Tutorial Team member Marin Todorov, a software developer with 12+ years of experience, an independent iOS developer and the creator of Touch Code Magazine. iOS 5 has some new built-in APIs to make it really easy to read and write JSON. If you don’t know what JSON is, it’s a simple human readable format that is often used to send data over a network connection. For example, if you have an array of three strings, the JSON representation would simply be: ["test1", "test2", "test3"] If you have a Pet object with member variables name, breed, and age, the JSON representation would simply be: OK!

Stig/json-framework.