using System.Collections.Generic;
public static void Main()
""ambient_temp"": ""24.21"",
""air_pressure"": ""1029.21"",
""object_temp"": ""23.21"",
Dictionary<string, object> obj = JsonConvert.DeserializeObject<Wrapper>(json).d;
Console.WriteLine(kvp.Key + ": " + kvp.Value);
public Dictionary<string, object> d { get; set; }