varbhat / cvtek

📄 Craft your Resume/CV using TOML
GNU General Public License v3.0
132 stars 3 forks source link

Support for JSON #3

Open Bakhtiyar-Garashov opened 1 month ago

Bakhtiyar-Garashov commented 1 month ago

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 commented 1 month ago

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

varbhat commented 1 month ago

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