Ask HN: Why not accept resume in JSON format?
11 コメント
Maybe because resumes/CVs go through Human Resources first, and HR people wouldn't know how to deal with one in JSON.
That HRs read CVs in formats as they were submitted isn't universal. Most CVs go through parsers and presented in a standardized format. I have not seen good PDF parser and that means what they read is with noise, biased against a good outcome for the candidate.
The industry could simply standardize a JSON structure and ask candidates to submit in such a format.
and that people with bachelors degree cannot teach themselves how to write simple JSON structure is laughable.
The industry could simply standardize a JSON structure and ask candidates to submit in such a format.
and that people with bachelors degree cannot teach themselves how to write simple JSON structure is laughable.
>and that people with bachelors degree cannot teach themselves how to write simple JSON structure is laughable.
That's not the point. Would they want to? Would they need to? How many technical people would actually submit a resume or CV as JSON? This seems a bit edge case-y. Interesting, but edge case-y.
That's not the point. Would they want to? Would they need to? How many technical people would actually submit a resume or CV as JSON? This seems a bit edge case-y. Interesting, but edge case-y.
If we were to optimize the time put in editing templates, JSONs make sense, but the downside is sentence correction features.
Because most people are not techies?
What would they do with it?
Which format is easier to read and write?
What would they do with it?
Which format is easier to read and write?
there is a standard json resume format , easy to build and parse
https://jsonresume.org/
https://jsonresume.org/
So, why is this not promoted by companies?