I converted a plain text inside note-pad to JSON file using this command ConvertTo-Json; so how do I get the specific key value that equivalents to note-pad text content?
get-content -Path c:\Users\ayyub\oneDrive\Desktop\Jayson.txt | ConvertTo-
Json