RosettaCodeData/Task/Associative-array-Creation/PowerShell/associative-array-creation-...

5 lines
64 B
Plaintext

$obj = [PSCustomObject]@{
"key1" = "value 1"
key2 = 5
}