Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 116 Bytes

json_read_write.md

File metadata and controls

3 lines (2 loc) · 116 Bytes

JSON: reading and writing JSON with Powershell

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