JSON: reading and writing JSON with Powershell

February 6, 2022 ยท View on GitHub

$json = Get-Content $emojiPath | Out-String | ConvertFrom-Json