Skip to content

Commit

Permalink
Update find-json.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss authored Oct 22, 2024
1 parent 947890e commit 1f60acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions find-json.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Write-Host "Find files..."
Get-ChildItem -File -Filter '*.json' -Recurse |
Foreach-Object {
Get-Content -raw -path $_.FullName | Test-Json
Expand Down

0 comments on commit 1f60acd

Please sign in to comment.