JObject obj = JObject.Parse(json);
string name = (string) obj["proxy"];