Changeset 756
- Timestamp:
- 07/25/08 08:34:09 (6 months ago)
- Files:
-
- 1 modified
-
trunk/TwitterFon/Classes/JSON/SBJSON.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TwitterFon/Classes/JSON/SBJSON.m
r690 r756 178 178 179 179 } else { 180 #ifdef DEBUG 180 181 *error = err(EUNSUPPORTED, [NSString stringWithFormat:@"JSON serialisation not supported for %@", [fragment className]]); 182 #endif 181 183 return NO; 182 184 }
