<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nekoyukimmm</author_name>
  <author_url>https://blog.hatena.ne.jp/nekoyukimmm/</author_url>
  <blog_title>ねこゆきのメモ</blog_title>
  <blog_url>https://nekoyukimmm.hatenablog.com/</blog_url>
  <categories>
    <anon>Json</anon>
    <anon>Python</anon>
  </categories>
  <description>jsonのダンプdumpsとロードloads。 Flaskさんで、クッキーcookieをする時、 必要なディクショナリdictionaryをどうやって渡すもんかと悩んでた時に、 これを使えばいいんじゃーんと。。 まずはjson化（ダンプ） In [35]: import json In [36]: dict = {'a':'hage', 'b':'hige', 'c':('taro', 'jiro')} In [37]: type(dict) Out[37]: dict In [38]: j = json.dumps(dict) In [39]: j Out[39]: '{&quot;b&quot;: &quot;hige…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnekoyukimmm.hatenablog.com%2Fentry%2F2016%2F06%2F16%2F162246&quot; title=&quot;&amp;lt;Python, json&amp;gt; ダンプとロード - ねこゆきのメモ&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-06-16 16:22:46</published>
  <title>&lt;Python, json&gt; ダンプとロード</title>
  <type>rich</type>
  <url>https://nekoyukimmm.hatenablog.com/entry/2016/06/16/162246</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
