RickStrahl / Westwind.ApplicationConfiguration

Strongly typed, code-first configuration classes for .NET applications
http://west-wind.com/westwind.applicationconfiguration/
178 stars 36 forks source link

JsonFileConfigurationProvider does not return a JSON string from WriteAsString() #16

Open mgnslndh opened 8 years ago

mgnslndh commented 8 years ago

It seems that JsonFileConfigurationProvider returns and empty string when calling WriteAsString(). It seems to me that it does not override WriteAsString() which results in a call to XML serialization instead of JSON.