By mswatcher
via blogs.msdn.com
Submitted: Jan 29 2013 / 07:43
I love JSON format. It is human readable and really fast to serialize to and deserialize from. However the major drawback of JSON is its size on disk. The following code will show you how to leverage System.IO.Compression (from .NET) to reduce the disk footprint of your JSON files. To do so, just create a .NET WinRT component with this code
Add your comment