Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 21st, 2012  |  syntax: None  |  size: 0.26 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. var config = GlobalConfiguration.Configuration;
  2. var settings = new JsonSerializerSettings();
  3. settings.ContractResolver = new LowercaseContractResolver();
  4. config.Formatters.Remove(config.Formatters.JsonFormatter);
  5. config.Formatters.Add(new JsonNetFormatter(settings));