Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/6/Microsoft.PowerShell.Utility/Test-Json.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Test-Json [-Json] <string> [[-Schema] <string>] [<CommonParameters>]
## DESCRIPTION

The `Test-Json` cmdlet tests whether a string is a valid JavaScript Object Notation (JSON) document
and can optionally very that JSON document against a provided schema.
and can optionally verify that JSON document against a provided schema.

The verified string can then be used with the `ConvertFrom-Json` cmdlet convert a JSON-formatted
string to a JSON object, which is easily managed in PowerShell or sent to another program or web
Expand Down