From 80f669db475bf010222f1f0bbe84ec6b88fbd892 Mon Sep 17 00:00:00 2001 From: Tapan Avasthi Date: Sun, 26 Apr 2020 15:55:00 +0530 Subject: [PATCH] jsontools: correct usage for is_json (#8857) --- plugins/jsontools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/jsontools/README.md b/plugins/jsontools/README.md index 2a5a76139..1fa2b8eed 100644 --- a/plugins/jsontools/README.md +++ b/plugins/jsontools/README.md @@ -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 ```