Badgerati/Edison

Use proper libraries to serialize output

Badgerati opened this issue · 0 comments

Currently the JSON/CSV and XML output is all mashed-up and rigged together with string concatenation. This functionality works however, it would be better to use proper libraries such as Json.NET and CsvHelper.