Comparisons
JSON Resume
JSON Resume is a pioneer in building a open standard for a structured data format for resumes. Its first official release was in July 31, 2014, which is more than 10 years ago.
From its official website:
JSON Resume did an excellent job in building a open standard for a structured data format for resumes. However, it lacks some features that YAMLResume has.
YAMLResume is highly inspired by JSON Resume, and more opinionated in some aspects. For example, JSON Resumes says nothing about how to convert the machine readable data to a beautiful, human-readable resume.
Here are some notable differences:
Feature | YAMLResume | JSON Resume |
---|---|---|
Data Format | YAML | JSON |
Data Structure | All top-level objects | Some nested objects |
Typesetting Engine | LaTeX | None |
Layout Spec | Built-in | Not specified |
Rich Text Support | Yes | No |
We are going to offer a tool to import JSON Resume to YAMLResume in the future.