More often then not as a developer you’ll find that you have to output data to XML, CSV, JSON, this could be a simple method to export data for external processing or a way to backup data. Obviously you could manually create the boilerplate code – …
Read more