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
The default JsonOutputFormatter uses camel case formatting. See aspnet/Mvc#4283
It appears the JsonHalOutputFormatter is not using the same output settings, however, so when requesting a type handled by this formatter the output looks like this:
The default JsonOutputFormatter uses camel case formatting. See aspnet/Mvc#4283
It appears the JsonHalOutputFormatter is not using the same output settings, however, so when requesting a type handled by this formatter the output looks like this:
whereas a request for "application/json" handled by the JsonOutputFormatter results in this:
The text was updated successfully, but these errors were encountered: