Unverified Commit 80f669db authored by Tapan Avasthi's avatar Tapan Avasthi Committed by GitHub
Browse files

jsontools: correct usage for is_json (#8857)

parent 2560f049
...@@ -29,7 +29,7 @@ curl https://coderwall.com/bobwilliams.json | pp_json ...@@ -29,7 +29,7 @@ curl https://coderwall.com/bobwilliams.json | pp_json
- **is_json**: - **is_json**:
```sh ```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 less data.json | is_json
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment