Powershell ConvertTo-json with embedded hashtable
It's a trouble with the depth, the default value is 2, can you try :
ConvertTo-json @($val) -Depth 5
It's a trouble with the depth, the default value is 2, can you try :
ConvertTo-json @($val) -Depth 5