<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tkuchiki</author_name>
  <author_url>https://blog.hatena.ne.jp/tkuchiki/</author_url>
  <blog_title>tkuchikiの日記</blog_title>
  <blog_url>https://tkuchiki.hatenablog.com/</blog_url>
  <categories>
    <anon>jq</anon>
    <anon>json</anon>
    <anon>ltsv</anon>
  </categories>
  <description>結論 [ {&quot;foo&quot;: &quot;bar1&quot;, &quot;hoge&quot;: &quot;piyo1&quot;}, {&quot;foo&quot;: &quot;bar2&quot;, &quot;hoge&quot;: &quot;piyo2&quot;}, {&quot;foo&quot;: &quot;bar3&quot;, &quot;hoge&quot;: &quot;piyo3&quot;} ] という json(test.json とする) があるときに、 $ cat test.json | jq -r '.[] | to_entries | map(&quot;\(.key):\(.value)&quot;) | join(&quot;\t&quot;)' と実行すると、 foo:bar1 hoge:piyo1 foo:bar2 hoge:piyo2 foo:bar3 hoge:piyo3 と出力されます。 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftkuchiki.hatenablog.com%2Fentry%2F2016%2F04%2F01%2F173354&quot; title=&quot;jq で JSON を LTSV に変換する - tkuchikiの日記&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>2016-04-01 17:33:54</published>
  <title>jq で JSON を LTSV に変換する</title>
  <type>rich</type>
  <url>https://tkuchiki.hatenablog.com/entry/2016/04/01/173354</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
