-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't serialize MVC return nil #1273
Comments
A note: @liguoqinjim you don't have to use
UPDATE: Oh, that's a bug, the response shouldn't be send as "null" if the *iris.Map itself is |
Fixed with 56754d7 thanks for the report @lightglitch ! |
Thx |
You're welcome, community and support are the two most important things for a project like this. |
Former-commit-id: 2b48b9b912e9eb8f5f2c6d413907dbfdae857e08
Should be a way to not serialize nil as null, because sometimes we don't want to write anything to the output.
The text was updated successfully, but these errors were encountered: