Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 357 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 357 Bytes

yaml2json

Command line version of how SpecGen converts OpenAPI YAML files to JSON.

Note:

This is useful because SpecGen will only do this conversion after an XSLT transform (which isn't always necessary).

Syntax:

yaml2json.exe <yamlFilePath> <jsonFilePath>

Example:

yaml2json.exe commonDefs.yaml commonDefs.json