Summary of the new feature / enhancement
See also:
Since 7.3, ConvertFrom-Json -AsHashtable now (fortunately) returns a hashtable in which the definition order of the entries is respected, courtesy of the new, [hashtable]-derived System.Management.Automation.OrderedHashtable type - see #18524 (comment)
The [hashtable]-outputting ConvertFrom-StringData and Import-PowerShellDataFile cmdlets could benefit from the same improvement - as well as any other standard cmdlets that currently return [hashtable] instances.
Proposed technical implementation details (optional)
No response
Summary of the new feature / enhancement
See also:
System.Management.Automation.OrderedHashtable#19073Since 7.3,
ConvertFrom-Json -AsHashtablenow (fortunately) returns a hashtable in which the definition order of the entries is respected, courtesy of the new,[hashtable]-derivedSystem.Management.Automation.OrderedHashtabletype - see #18524 (comment)The
[hashtable]-outputtingConvertFrom-StringDataandImport-PowerShellDataFilecmdlets could benefit from the same improvement - as well as any other standard cmdlets that currently return[hashtable]instances.Proposed technical implementation details (optional)
No response