mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 23:40:39 +01:00
jsontools: correct usage for is_json (#8857)
This commit is contained in:
@@ -29,7 +29,7 @@ curl https://coderwall.com/bobwilliams.json | pp_json
|
||||
- **is_json**:
|
||||
|
||||
```sh
|
||||
# pretty print the contents of an existing json file
|
||||
# Validate if file's content conforms to a valid JSON schema
|
||||
less data.json | is_json
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user