#TodayILearned that there is no import-json in Powershell, so you have to do:

Get-Content -Raw -Path .json | ConvertFrom-Json

t.co/JegkqYeNK…