json2yamlresume
    Preparing search index...

    Function convertJSONResumeToYAMLResume

    • Converts JSON Resume to YAMLResume format

      YAMLResume is inspired by JSON Resume, but with some differences:

      • basics section:
        • location and profiles in JSON Resume are made top-level fields in YAMLResume
      • education section:
        • studyType is renamed to degree
      • location section:
        • countryCode is renamed to country
      • projects section:
        • highlights field is merged into summary field for projects section items
      • references section:
        • reference field is renamed to summary field
      • volunteer section:
        • highlights field is merged into summary field for volunteer section items
      • work section:
        • highlights field is merged into summary field for work section items

      Parameters

      Returns Resume

      The YAMLResume object