From b347148bbbb80e79173b7f157cf12e4e2940710b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my?= Date: Sun, 11 Dec 2016 11:24:37 +0100 Subject: [PATCH] json depth --- lib/json.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/json.ps1 b/lib/json.ps1 index a1e3b3f01..db1bf76ca 100644 --- a/lib/json.ps1 +++ b/lib/json.ps1 @@ -9,7 +9,7 @@ Function ConvertToPrettyJson { ) Process { - [String]$json = $data | ConvertTo-Json -Compress + [String]$json = $data | ConvertTo-Json -Depth 8 -Compress [String]$output = "" # state