When deserializing a JSON array in C # /. NET, is the order of the elements always maintained?
Edit: The library that is currently in use is the .NET 3.5 System.Runtime.Serialization.Json.DataContractJsonSerializer
Yes.
The JSON specification indicates that the order is preserved for arrays as they are an ordered set of values: JSON.org
, . , , ( ).
Source: https://habr.com/ru/post/1764778/More articles:Понимание синтаксиса Ruby - syntaxPython update in virtual Env - pythonSelf-relational table and recursive SQL function - phpMySQL recursive query? - phpНевозможно Stream Ogg Из ffmpeg Через stdout - ffmpegProblem of choosing YUI3 in ie8 - css-selectorsScheme / Racket: Make an Evaluation Cycle - order-of-evaluationdoto and setting the property conditionally - clojureAttempting to perform a hierarchical update results in the error "Foreign key value cannot be inserted" - c #The problem of positioning a banner on top of my UITableView - objective-cAll Articles