json depth

This commit is contained in:
Rémy
2016-12-11 11:24:37 +01:00
parent 66a7f2b210
commit b347148bbb

View File

@@ -9,7 +9,7 @@ Function ConvertToPrettyJson {
)
Process {
[String]$json = $data | ConvertTo-Json -Compress
[String]$json = $data | ConvertTo-Json -Depth 8 -Compress
[String]$output = ""
# state