Check_Point
156-521 · Question #162
156-521 Question #162: Real Exam Question with Answer & Explanation
The correct answer is C. jq '.'. Running jq '.' without any filters simply pretty-prints the raw JSON in an indented format. This helps when reviewing API output manually or during script development.
Question
Which command would you use to pretty-print the JSON output for easier manual reading?
Options
- Ajq -f output.txt
- Bmgmt_cli --json
- Cjq '.'
- Djson-beautifier .
Explanation
Running jq '.' without any filters simply pretty-prints the raw JSON in an indented format. This helps when reviewing API output manually or during script development.
Community Discussion
No community discussion yet for this question.