Decoding JSON in C#
Most people seem to use external libraries when decoding JSON returned from web services or other external functions but in .Net .45 there is a native library that works extremely well for most JSON string returned by external services. The functions are included in the System.Web.Helpers library and this must be included for this to […]