Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ツイート内の「<」「>」「&」のような文字が、twitter によって自動的にエスケープされているのを見つけました。
たとえば、コンテンツを含むツイートは、コンテンツが JSON オブジェクトにシリアル化されているにも関わらず、次のようになります<>&。<>&
<>&
<>&
私はたくさん検索しましたが、この動作を説明する公式文書は見つかりませんでした。
エスケープ文字の完全なリストはどこで入手できますか?