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
I've been searching up and down the web, but maybe I'm not searching right so I've finally decided to ask here.
Is there a way to return the built-in error object in Pascal Case vs Camel Case?
It's probably bad practice on our part to use PascalCase for JSON, but we are ok with it for this particular project. Here's a test result we were testing. You'll notice only the properties within the ExceptionMessage object is in CamelCase.
I've been searching up and down the web, but maybe I'm not searching right so I've finally decided to ask here.
Is there a way to return the built-in error object in Pascal Case vs Camel Case?
It's probably bad practice on our part to use PascalCase for JSON, but we are ok with it for this particular project. Here's a test result we were testing. You'll notice only the properties within the
ExceptionMessage
object is in CamelCase.Here is our initializer
Thanks in advance.
The text was updated successfully, but these errors were encountered: