<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>atotto</author_name>
  <author_url>https://blog.hatena.ne.jp/atotto/</author_url>
  <blog_title>memoメモ</blog_title>
  <blog_url>https://atotto.hatenadiary.jp/</blog_url>
  <categories>
    <anon>golang</anon>
  </categories>
  <description>試す。 package main import ( &quot;encoding/json&quot; &quot;fmt&quot; ) type Message struct { Name string Body string Time int64 } func main() { m := Message{&quot;Alice&quot;, &quot;Hello&quot;, 1294706395881547000} b, _ := json.Marshal(m) fmt.Println(string(b)) } 結果： http://play.golang.org/p/AxOzD0z99d 参考： http://golang.org/doc/articles/j…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fatotto.hatenadiary.jp%2Fentry%2F2012%2F11%2F22%2F223334&quot; title=&quot;Go言語でJSON(Marshal)エンコード - memoメモ&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>2012-11-22 22:33:34</published>
  <title>Go言語でJSON(Marshal)エンコード</title>
  <type>rich</type>
  <url>https://atotto.hatenadiary.jp/entry/2012/11/22/223334</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
