PowerShell 7 Tutorials for Intermediates #7 : Working with JSON

preview_player
Показать описание
In this video I will go over how to work with JSON in PowerShell 7. I will show how to import a .json file, convert a .csv to .json, how to create PowerShell objects from json, etc.

Tags:
PowerShell, jackedprogrammer, powershell 7, how to install powershell 7, powershell 7 on vs code, visual studio code
Рекомендации по теме
Комментарии
Автор

Awesome video. I have a problem that I may approach backwards when I next work on it, but wanted to see if you had an idea of how to handle it. It's nested properties with variable references in a json body. I can't hardcode value for the body in @" "@ delimiters, and i've tried building the body with hard values and converting from json but it didn't translate back after adding my variables in there. trying to turn a json nested property like "attribute": [ { property: "value" } ] into powershell has not worked for me using "attribute" = {@{ "property" = $value}}. Thanks.

RealAnimeHours
Автор

Is it possible to make the sound in the video even quieter? i still can hear something

андрейкругликов-зт
Автор

Thanks....how to pass parameter to json object from another nested json file in powershell

Qoutes-thrh
Автор

Thank you so much for your Videos and explanation, it helps me a lot to understand PowerShell!

aaajojoaaa