paulj992
2 years agoNew Contributor
How to use Swagger Editor generated .json file in a .NET app
So I've used Swagger Editor to write API documentation, exported it to a JSON (and YAML) file, but how can we use that file as the API documentation in our .NET Core app? We've been using the Swashbuckle package and attributes on classes/methods so that Swagger will generate the documentation, and that works fine. But we would like to replace the generated doc with the better documentation created with Swagger Editor...
Thanks,
Paul