Skip to content

Commit 19a60c8

Browse files
committed
Fixed output for colors
1 parent 789d928 commit 19a60c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/post/json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $json = (New-Object System.Net.WebClient).DownloadString($url)
2020
2121
$data = $json | ConvertFrom-Json
2222
23-
$data
23+
$data.colors
2424
```
2525

2626
The result should look like this:

0 commit comments

Comments
 (0)