civisanalytics / swagger-diff

Utility for comparing two Swagger specifications.
BSD 3-Clause "New" or "Revised" License
264 stars 32 forks source link

JSON output of swagger-diff -i #65

Open dodalovic opened 5 years ago

dodalovic commented 5 years ago

Hi, thanks for your fantastic tool, first of all! Small question from my side: I'd like to use this tool from another tool, that would expect that output of

swagger-diff -i old.yaml new.yaml

would be json formatted. I believe there's no way to control that right now? Is it something that makes sense? I'm unfortunately not a ruby developer, and can't contribute with PR :(

Cheers