changed git call from https to git readonly
[atutor.git] / mods / atsocial_iphone_app / TouchJSON / JSON / CJSONDeserializer.h
1 //
2 //  CJSONDeserializer.h
3 //  TouchJSON
4 //
5 //  Created by Jonathan Wight on 12/15/2005.
6 //  Copyright 2005 Toxic Software. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10
11 @interface CJSONDeserializer : NSObject {
12
13 }
14
15 + (id)deserializer;
16
17 - (id)deserialize:(NSData *)inData error:(NSError **)outError;
18
19 @end