Skip to content

Instantly share code, notes, and snippets.

@BobReid
BobReid / gist:8960146
Last active August 29, 2015 13:56
OpenRasta JSON.Net Codec
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using OpenRasta.Codecs;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using System.IO;
namespace Reider.Web.Codecs