Skip to content
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

Support for JSON #3

Open
Bakhtiyar-Garashov opened this issue Jul 25, 2024 · 2 comments
Open

Support for JSON #3

Bakhtiyar-Garashov opened this issue Jul 25, 2024 · 2 comments

Comments

@Bakhtiyar-Garashov
Copy link

Hi. I have used jsonresume ( https://jsonresume.org/getting-started) previously. However my experience with it was not nice, although I assume having JSON as CV and ability to generate it as multiple templates is a good idea. What do you think about it ?

@varbhat
Copy link
Owner

varbhat commented Jul 26, 2024

@Bakhtiyar-Garashov , yeah. json is a good idea. but, i had implemented the yaml format because yaml was more human writable than json.

@varbhat
Copy link
Owner

varbhat commented Jul 26, 2024

Adding support for json should be easy thanks to serde.

kindly take a look here:

CVStruct::from_toml(&stdinput)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants