You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return the string from typia.json.stringify as application/json
fix Swagger for the response type is TestResponse
Has tsoa a way for fix implement this code without workaround?
Side note, I think typia can be a feature of tsoa, because it is a huge performance improvment. Typia use fast-json-stringify that is the reasone because fastify is faster than express
Sorting
I'm submitting a ...
bug report
feature request
support request
I confirm that I
used the search to make sure that a similar issue hasn't already been submit
The text was updated successfully, but these errors were encountered:
typia has a super-fast JSON serialization (typia.json.stringify()) I want to use instead of express.js JSON.stringify
After setup typia
I have implemented into the controller in this way:
I have used this workaround:
for:
Has tsoa a way for fix implement this code without workaround?
Side note, I think typia can be a feature of tsoa, because it is a huge performance improvment. Typia use fast-json-stringify that is the reasone because fastify is faster than express
Sorting
I'm submitting a ...
I confirm that I
The text was updated successfully, but these errors were encountered: