Skip to content

Configuration options

Arxisos edited this page Jan 2, 2012 · 10 revisions

As you might have seen in the last tutorials, the main configuration is made in the app host.

//Set JSON web services to return idiomatic JSON camelCase properties	
ServiceStack.Text.JsConfig.EmitCamelCaseNames = true;

Clone this wiki locally