NSString *userStr = [bodyJson valueForKeyNullReplace:@"user"];
NSDictionary *userJson;
NSString *userJsonStr = [userStr JSONString];
userJson= [userJsonStr objectFromJSONString];
if (!userJson) {
userJson = [userStr JSONValue];
}