From 54c9918b7ded1d6eb5ae06b22c20d5f740ee4a14 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Mon, 11 Mar 2019 17:41:50 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1380c2e..88be675 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,11 @@ OR To include multiple parameters, use `&` to seperate them or pass them as a valid json object. +#### JSON Output +You can save the result in a JSON format by using the `-o` as follows: + +`python3 arjun.py -u https://api.example.com/endpoint --get -o result.json` + #### Adding HTTP Headers Using the `--headers` switch will open an interactive prompt where you can paste your headers. Press `Ctrl + S` to save and `Ctrl + X` to procced.