Deserialize JSON value without name
问题 How can I deserialize a string in C# that only have values and no name. It looks like this: The problem is that this stream of string does not have name and uses array. { "result": { "14400": [ [ 1502985600, 262.18, 262.18, 257, 257, 1096.0131 ], [ 1503000000, 257, 261.33, 254.8, 257, 1130.5897 ] ], "14405": [ [ 1503014400, 258.03, 261.5, 257.01, 257.01, 520.7805 ], [ 1503028800, 258, 260.98, 252.4, 259.56, 298.5658 ], ] ] } } 回答1: Just create a class like public class Root { public