<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nets0606</author_name>
  <author_url>https://blog.hatena.ne.jp/nets0606/</author_url>
  <blog_title>だましだまし</blog_title>
  <blog_url>https://nets0606.hatenablog.jp/</blog_url>
  <categories>
    <anon>jsonic</anon>
  </categories>
  <description>jsonicの話。 まず下記みたいなjsonが欲しいっていうとき {&quot;data&quot;:[{&quot;id&quot;:&quot;001&quot;,&quot;name&quot;:&quot;bean001&quot;},{&quot;id&quot;:&quot;002&quot;,&quot;name&quot;:&quot;bean002&quot;}]} この場合まずbeanクラスを用意する TestJSONBean.java public class TestJSONBean { public String id; public String name; } で、ここまでは良いとして、このあとによく下記のようなクラスをサンプルとかで見かける。 TestJSONData.java import java.util.List; public …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnets0606.hatenablog.jp%2Fentry%2F20130624%2F1372079573&quot; title=&quot;jsonicのlistだけを持つクラスを使いたくない場合 - だましだまし&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>2013-06-24 22:12:53</published>
  <title>jsonicのlistだけを持つクラスを使いたくない場合</title>
  <type>rich</type>
  <url>https://nets0606.hatenablog.jp/entry/20130624/1372079573</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
