Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 408 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 408 Bytes

JsonAnswer2Yaml

It is a tool that allows you to convert a json server response in a yaml file in accordance with the Swagger specification 2.0.

Usage

./run /method/url input.json [output.yaml]

Where:

  • /method/url is the url of your api method;
  • input.json is the file with the server's answer in json format;
  • output.yaml [optional] is name output file.