<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>noxi515</author_name>
  <author_url>https://blog.hatena.ne.jp/noxi515/</author_url>
  <blog_title>noxi雑記</blog_title>
  <blog_url>https://noxi515.hateblo.jp/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>データを POST するときは文字列、 GET するときはオブジェクトという C# 泣かせの構造な API に出会ってしまったため、 System.Text.Json の Converter を作った時のメモです。 公式のドキュメントはこちら。 docs.microsoft.com やりたいこと 冒頭に記述したように、今回の対象は POST と GET で異なる型の C# 泣かせな JSON です。 実際の JSON はこのようになっています。 // POST { &quot;key&quot;: &quot;abcde&quot; } // GET { &quot;key&quot;: { &quot;link&quot;: &quot;https://xxxxxx/abcde&quot;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnoxi515.hateblo.jp%2Fentry%2F2020%2F09%2F06%2F115207&quot; title=&quot;System.Text.Jsonのコンバーターメモ - noxi雑記&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-09-06 11:52:07</published>
  <title>System.Text.Jsonのコンバーターメモ</title>
  <type>rich</type>
  <url>https://noxi515.hateblo.jp/entry/2020/09/06/115207</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
