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 Feb 28, 2026. It is now read-only.
Currently the deserializer only supports a list of content type values like "application/json" and "text/json". Based on HTTP spec, "application/+json" is also json. So we should have a type parser to accept this syntax.