We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@{"test"=1}.containsKey("Test") True ("{""test"":1}" | convertfrom-json -AsHashtable).containsKey("Test") False
both should return true and keys should not be case sensitive
keys from convertfrom-json -ashashtable are case sensitive
> $PSVersionTable PSVersion 6.1.0-preview.1 PSEdition Core GitCommitId v6.1.0-preview.1 OS Microsoft Windows 10.0.17666 Platform Win32NT PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0
Steps to reproduce
Expected behavior
Actual behavior
Environment data