string json; using(var reader = new StreamReader(Request.InputStream)){ json = reader.ReadToEnd(); } var person = Json.Decode(json);