Command line version of how SpecGen converts OpenAPI YAML files to JSON.
This is useful because SpecGen will only do this conversion after an XSLT transform (which isn't always necessary).
yaml2json.exe <yamlFilePath> <jsonFilePath>
yaml2json.exe commonDefs.yaml commonDefs.json