# jq (json parser)

## jq란?

jq는 JSON 포맷의 데이터를 커맨드라인에서 간단하게 수행할 수 있도록 도와주는 프로세서입니다.

JSON 텍스트 입력 및 필터 결과를 표준 출력에서 JSON으로 생성합니다.

더 자세한 설명은 <https://github.com/stedolan/jq> 에서 확인할 수 있습니다.&#x20;

## 명령

jq --help명령어를 통하여 사용방법을 확인할 수 있습니다.&#x20;

<figure><img src="/files/bmalrEXS1MhrFdgPhUgU" alt=""><figcaption></figcaption></figure>

주요 명령어를 확인하고 사용하기 쉽게 예시를 포함하여 한국어로 번역했습니다.

```
# 도움말 명령어
--help

#jq [options] 
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hamonikr.org/hamonikr-8.0/tips/cli-tools/jq-json-parser.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
