openapi2jsonschema icon indicating copy to clipboard operation
openapi2jsonschema copied to clipboard

Use separate json loader to be able to deal with jsons that use tabs for indenting

Open klmz opened this issue 5 years ago • 0 comments

This should solve issue #30 . Before only the YAML loader was used but since that doesn't handle JSON that is indented with tabs, it first tries to load it as a JSON and if that fails as a YAML.

It also includes some changes related to formatting (to make the test pass).

klmz avatar Jan 22 '20 14:01 klmz