<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>PlugOut</author_name>
  <author_url>https://blog.hatena.ne.jp/PlugOut/</author_url>
  <blog_title>Unknown Region</blog_title>
  <blog_url>https://plugout.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>PerlでJSONを扱う場合は、cpanでよく知られたJSONモジュールを使用することが多い。 https://metacpan.org/pod/JSON この時に値としてbool値を扱う場合には [true]の場合には[\1] [false]の場合には[\0] を代入することで実現することができる。 例: demo1.pl #!/usr/bin/perl use strict; use warnings; use utf8; use JSON; my $input = { hoge =&gt; \0 }; my $output = encode_json($input); print $outpu…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fplugout.hateblo.jp%2Fentry%2F2019%2F08%2F19%2F093632&quot; title=&quot;【Perl】PerlのJSONモジュールでbool値を扱う - Unknown Region&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>https://cdn-ak.f.st-hatena.com/images/fotolife/P/PlugOut/20180715/20180715010432.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-08-19 09:36:32</published>
  <title>【Perl】PerlのJSONモジュールでbool値を扱う</title>
  <type>rich</type>
  <url>https://plugout.hateblo.jp/entry/2019/08/19/093632</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
