mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2025-12-12 11:06:34 +00:00
json depth
This commit is contained in:
@@ -9,7 +9,7 @@ Function ConvertToPrettyJson {
|
||||
)
|
||||
|
||||
Process {
|
||||
[String]$json = $data | ConvertTo-Json -Compress
|
||||
[String]$json = $data | ConvertTo-Json -Depth 8 -Compress
|
||||
[String]$output = ""
|
||||
|
||||
# state
|
||||
|
||||
Reference in New Issue
Block a user