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