<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>edgegram</author_name>
  <author_url>https://blog.hatena.ne.jp/edgegram/</author_url>
  <blog_title>edgegram</blog_title>
  <blog_url>https://edgegram.hatenablog.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
    <anon>Underscore.js</anon>
  </categories>
  <description>keys _.keys(object) keyの一覧が配列で返る。 _.keys({one: 1, two: 2, three: 3}); =&gt; [&quot;one&quot;, &quot;two&quot;, &quot;three&quot;] allKeys _.allKeys(object) prototypeも含めて全キーが返る。 function Stooge(name) { this.name = name; } Stooge.prototype.silly = true; _.allKeys(new Stooge(&quot;Moe&quot;)); =&gt; [&quot;name&quot;, &quot;silly&quot;] values _.values(object) valueの…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fedgegram.hatenablog.jp%2Fentry%2F2016%2F03%2F07%2F172623&quot; title=&quot;Underscore.jsおさらい5(Objects) - edgegram&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-03-07 17:26:23</published>
  <title>Underscore.jsおさらい5(Objects)</title>
  <type>rich</type>
  <url>https://edgegram.hatenablog.jp/entry/2016/03/07/172623</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
