<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>plarail_hangout</author_name>
  <author_url>https://blog.hatena.ne.jp/plarail_hangout/</author_url>
  <blog_title>Engineering Tech Dojo</blog_title>
  <blog_url>https://tech.fun-toy-life.com/</blog_url>
  <categories>
    <anon>jq</anon>
    <anon>Mac</anon>
    <anon>CLI</anon>
  </categories>
  <description>jq入門：macOSでJSONをコマンドラインで操作する はじめに jq はコマンドラインでJSONを整形・抽出・変換するツールです。APIのレスポンスをパイプで渡したり、JSONファイルから特定のフィールドだけ取り出したりする場面で使います。 インストール brew install jq バージョン確認： jq --version # jq-1.7.1 基本の使い方 JSON を整形する パイプで渡すだけで色付き・インデント済みで表示されます。 echo '{&quot;name&quot;:&quot;田中&quot;,&quot;age&quot;:30}' | jq . { &quot;name&quot;: &quot;田中&quot;, &quot;age&quot;: 30 } ファイルを直接読む…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftech.fun-toy-life.com%2Fentry%2F2026%2F06%2F03%2F101957&quot; title=&quot;jq入門：macOSでJSONをコマンドラインで操作する - Engineering Tech Dojo&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2026-06-03 10:19:57</published>
  <title>jq入門：macOSでJSONをコマンドラインで操作する</title>
  <type>rich</type>
  <url>https://tech.fun-toy-life.com/entry/2026/06/03/101957</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
