0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

jsontools: correct usage for is_json (#8857)

This commit is contained in:
Tapan Avasthi 2020-04-26 15:55:00 +05:30 committed by GitHub
parent 2560f04982
commit 80f669db47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```