jsontools: correct usage for is_json (#8857)

master
Tapan Avasthi 6 years ago committed by GitHub
parent 2560f04982
commit 80f669db47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugins/jsontools/README.md

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

Loading…
Cancel
Save