#import "SBJsonStreamParserState.h"
#import "SBJsonStreamParser.h"
+ (id)sharedInstance { \ static id state; \ if (!state) state = [[self alloc] init]; \ return state; \ }