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
{{ message }}
This repository was archived by the owner on Jun 16, 2026. It is now read-only.
Describe the issue or request
Currently operations that return null don't check for this option, so the deserialization fails. For example:
@get myOp(): MyModel[] | null;generates:
Describe your ideas for solutions
Check if the root element is a JSON
nulland if so return null.