var dictionary = new JavaScriptSerializer() .Deserialize<Dictionary<string, string>>(File.ReadAllText("SomeFile.txt"));