Skip to content

Instantly share code, notes, and snippets.

@shaneis
Last active July 5, 2018 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaneis/8a93e12bdee19527fcd7cbd3acb2f8d6 to your computer and use it in GitHub Desktop.
Save shaneis/8a93e12bdee19527fcd7cbd3acb2f8d6 to your computer and use it in GitHub Desktop.
There's no property called "Database.View.IsYAVowel"
Get-Content -Path .\BasicJson.json |
ConvertFrom-Json |
Select-Object -ExpandProperty Database.View.IsYAVowel
Get-Content -Path .\BasicJson.json |
ConvertFrom-Json |
Select-Object -Property Database.View.IsYAVowel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment