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.