Monotone-Parent: a1ad485763dbb256f42488a0cf3e8c8061604d83

Monotone-Revision: d656a1a3c9e97c1b1a23a7959821aa3c54780d86

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-11-18T23:15:34
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-11-18 23:15:34 +00:00
parent bf127ecc18
commit 2dcdcb2e89
5 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ extern NSString *jsonNullString;
@interface NSScanner (PrivateBSJSONAdditions)
- (BOOL)scanJSONObject:(NSDictionary **)dictionary;
- (BOOL)scanJSONObject:(NSMutableDictionary **)dictionary;
- (BOOL)scanJSONArray:(NSArray **)array;
- (BOOL)scanJSONString:(NSString **)string;
- (BOOL)scanJSONValue:(id *)value;