Dear Stackoverflow Community
I wanted to know if there is a way to do the exact same thing as here:
checking if json value is empty
but in Powershell.
For Example my JSON File looks like this:
{
"Username": "",
"Password": ""
}
Now I want to check if the value of Username (for example) is empty or not.
I am working with the newest version of Powershell.
I have searched for a pretty long time and did not find anything, so I really hope you can help me.
Greetings
Martin