Simple app to convert vcf file to json format.
vcf
json
$ /path/to/main /path/to/file.vcf
Optionally, save result to file.
$ /path/to/main /path/to/file.vcf > transformed.json $ cat transformed.json | jq