WWindmill•Created by thomas-sh4u on 6/27/2024 in #help how can PowerShell returns an json array?
Is there a way that powershell return an json arry?
I have written a script, that gets aa json array from an restful api. but when i wrote Write-Output $result (the array of json), the return value of the powershell script is on "]" 😦