cvtek icon indicating copy to clipboard operation
cvtek copied to clipboard

Support for JSON

Open bachgarash opened this issue 1 year ago • 2 comments

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 ?

bachgarash avatar Jul 25 '24 12:07 bachgarash

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

varbhat avatar Jul 26 '24 18:07 varbhat

Adding support for json should be easy thanks to serde.

kindly take a look here:

https://github.com/varbhat/cvtek/blob/2996a3ae21b7a78331b567dccf84ecbe68e6a469/src/main.rs#L18

varbhat avatar Jul 26 '24 18:07 varbhat