if (json.emails.business) {
      profile.emails.push({ value: json.emails.business, type: 'work' });
    }