We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789d928 commit 19a60c8Copy full SHA for 19a60c8
content/post/json.md
@@ -20,7 +20,7 @@ $json = (New-Object System.Net.WebClient).DownloadString($url)
20
21
$data = $json | ConvertFrom-Json
22
23
-$data
+$data.colors
24
```
25
26
The result should look like this:
0 commit comments