<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fits</author_name>
  <author_url>https://blog.hatena.ne.jp/fits/</author_url>
  <blog_title>なんとなくな Developer のメモ</blog_title>
  <blog_url>https://fits.hatenablog.com/</blog_url>
  <categories>
    <anon>Node.js</anon>
    <anon>JavaScript</anon>
    <anon>Ramda</anon>
  </categories>
  <description>Ramda を使って入れ子になったオブジェクトをフラットにする処理を考えてみました。 ソースは http://github.com/fits/try_samples/tree/master/blog/20200216/ サンプル1 まずは、以下のように入れ子になったオブジェクトを使って { item: { name: 'item-1', details: { color: 'white', size: 'L' } }, num: 5 } 下記のように変換してみます。 { name: 'item-1', color: 'white', size: 'L', num: 5 } 方法はいろいろありそ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffits.hatenablog.com%2Fentry%2F2020%2F02%2F16%2F213046&quot; title=&quot; Ramda で入れ子のオブジェクトをフラットにする - なんとなくな Developer のメモ&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>2020-02-16 21:30:46</published>
  <title> Ramda で入れ子のオブジェクトをフラットにする</title>
  <type>rich</type>
  <url>https://fits.hatenablog.com/entry/2020/02/16/213046</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
