<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>データ可視化 on データ加工の道具箱</title>
        <link>https://www.dataprep.jp/tags/%E3%83%87%E3%83%BC%E3%82%BF%E5%8F%AF%E8%A6%96%E5%8C%96/</link>
        <description>Recent content in データ可視化 on データ加工の道具箱</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>ja</language>
        <copyright>dataprep.jp</copyright><atom:link href="https://www.dataprep.jp/tags/%E3%83%87%E3%83%BC%E3%82%BF%E5%8F%AF%E8%A6%96%E5%8C%96/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>JSONの構造をいち早く把握したい</title>
        <link>https://www.dataprep.jp/pattern-understand-json-structure/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.dataprep.jp/pattern-understand-json-structure/</guid>
        <description>&lt;img src="https://visualizing.jp/gridded-cartogram/images/thumb_ph_vizjp_hu_982f6515b909acd4.png" alt="Featured image of post JSONの構造をいち早く把握したい" /&gt;&lt;p&gt;API レスポンスや設定ファイルの JSON が複雑で、どこに必要な項目があるのかを素早く把握したいケースです。&lt;/p&gt;
&lt;h2 id=&#34;解決方法&#34;&gt;解決方法
&lt;/h2&gt;&lt;p&gt;テキストのまま読むよりも、ノード構造として可視化すると、親子関係や配列の深さをすぐ確認できます。まず構造を把握してから、必要なキーだけ抽出する流れが有効です。&lt;/p&gt;
&lt;h2 id=&#34;使うツール&#34;&gt;使うツール
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://jsoncrack.dataprep.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://www.dataprep.jp/images/cover_jsoncrack.png&#34; alt=&#34;JSON Crack&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataprep.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;JSON Crack&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;ブラウザ上で JSON データ構造を視覚的に理解する&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;jsoncrack.dataprep.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;向いているケース&#34;&gt;向いているケース
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;API のレスポンス確認&lt;/li&gt;
&lt;li&gt;外部サービス連携前の構造把握&lt;/li&gt;
&lt;li&gt;JSON を表形式へ変換する前段階&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        
    </channel>
</rss>
