Service Stack Json settings

Hi all,

We have a Service Stack API method on .Net Core that we have ported across to a Service Stack project over ASP.Net. We noticed that we explicitly need to set the following setting for the ServiceStack over ASP.Net project for camel case field names in the response.

JsConfig.EmitCamelCaseNames = true;

IS there a difference in behaviour with this setting in .Net Core?

Is there anything else we need to do for the apis to work consistently across different API projects?

Thanks,
Leeny

Please see the .NET Core docs on CamelCase in .NET Core:

http://docs.servicestack.net/netcore#camelcase