We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let's say we have custom time which outputs Unix timestamp when serialized but generated spec will be verbose with every field in our time.
"date": { "Time": { "loc": { "cacheEnd": 0, "cacheStart": 0, "cacheZone": { "isDST": true, "name": "string", "offset": 0 }, ... }, }
What I expect is { "date": 0 }. What do you advise to handle these types ? Corollary, handlers that return interfaces are also an issue ?
{ "date": 0 }
Anyway, thanks, it helped me a lot.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Let's say we have custom time which outputs Unix timestamp when serialized but generated spec will be verbose with every field in our time.
What I expect is
{ "date": 0 }
. What do you advise to handle these types ?Corollary, handlers that return interfaces are also an issue ?
Anyway, thanks, it helped me a lot.
The text was updated successfully, but these errors were encountered: