Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
4pins authored Jun 28, 2023
1 parent 1f87bc0 commit ef65bc9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# 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 and XSLT transform (which isn't always necessary).
### Note:
This is useful because SpecGen will only do this conversion after an XSLT transform (which isn't always necessary).

Syntax:
## Syntax:
```console
yaml2json.exe <yamlFilePath> <jsonFilePath>
```

Example:
## Example:
```console
yaml2json.exe commonDefs.yaml commonDefs.json
```

0 comments on commit ef65bc9

Please sign in to comment.