Skip to content

Instantly share code, notes, and snippets.

@mbogh
mbogh / NSObject+setValuesForKeysWithJSONDictionary.h
Created May 3, 2012 13:43 — forked from atomicbird/NSObject+setValuesForKeysWithJSONDictionary.h
NSObject category for handling JSON dictionaries. Described in detail at http://www.cimgf.com/2012/01/11/handling-incoming-json-redux/. Updated to support parent properties.
//
// NSObject+setValuesForKeysWithJSONDictionary.h
// SafeSetDemo
//
// Created by Tom Harrington on 12/29/11.
// Copyright (c) 2011 Atomic Bird, LLC. All rights reserved.
//
#import <Foundation/Foundation.h>