Get a specific field from JSON using PowerShell
I have a variable $result containing JSON data. Write-Host $result ## would give this result: { "format": { "filename": ".\C0001.MP4", "nb_streams": 3, "nb_programs": 0, "format_name": "mov,mp4,m4a,3gp,3g2,mj2", "format_long_name": "QuickTime / MOV", "start_time": "0.000000", "duration": "55.680000", "size": "360720447", "bit_rate": "51827650", "probe_score": 100,…