Parse a YAML resume string into a plain object.
Uses the YAML 1.2 core schema, so ISO dates such as 2021-06-01 stay strings (which is what the JSON Resume schema's date pattern expects).
2021-06-01
YAML source.
the parsed resume (an object for well-formed input).
Parse a YAML resume string into a plain object.
Uses the YAML 1.2 core schema, so ISO dates such as
2021-06-01stay strings (which is what the JSON Resume schema's date pattern expects).