Skip to content

Instantly share code, notes, and snippets.

@kgdesouz
kgdesouz / gist:5542543
Last active December 17, 2015 03:19
A quick a dirty JSON example using Objective C (requires clean up and refactoring of the code into better methods). This code goes to one of my VPS's that has Tiny Tiny RSS running. The example shows you how to log into the system, then extract the categories necessary. Code that has been mashed together from : iOS6 Cookbook and http://www.raywe…
//
// ViewController.m
// JSONExample
//
// Created by Kenny on 2013-05-08.
// Copyright (c) 2013 tkee.org. All rights reserved.
//
#import "ViewController.h"