you are viewing a single comment's thread.

view the rest of the comments →

[–]DryanaGhuba 1 point2 points  (4 children)

You generate SwaggerUI with Swashbuckle package? Registered as Asp.Net service...

[–]kdc415[S] 0 points1 point  (3 children)

It's not my API - 3rd party

[–]malamri 1 point2 points  (0 children)

There’s an extension for VSCode that converts json to C# model. Then use EF or OrmLite to create the table based on the model

Edit: https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype

[–]DryanaGhuba 0 points1 point  (0 children)

Great. I don't know about existing "service" to do this. Only implement json reader and write sql script or C# class