-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert Resume between Fresh and JSON Resume Format #180
Comments
confirming that jrs to fresh does not work. hackmyresume always auto detects fresh in the input json, even so that is a jrs format. |
Workaround over yaml:
It looks like hackmyresume convert looks at some sheeds and then concludes wrongly that its JRS. Instead it should look for FRESH's meta info.
|
What is |
@ishu3101 The yaml is FRESH format. |
But what is yajl? |
@ishu3101 hehe, we are on github.com . The Yajl C JSON parser library is just round the corner ;) https://github.com/lloyd/yajl You might use www.jsonlint.com likewise, just online. |
Has this been addressed yet? |
Thanks for the report. This is fixed in 1.9.0 which should be out shortly. |
You can convert your resume from Fresh format to JSON Resume format using the command
hackmyresume convert resume-fresh.json TO resume-jrs.json
, but how do you convert from JSON Resume format to Fresh formatThe text was updated successfully, but these errors were encountered: