Message in Japanese (日本語)
JSON 配列を書き込むには、XML ライター メソッドを使用して、type="array" 属性を書き込み、その後に WriteStartElement (ローカル名 "項目" 付き)、WriteAttributeString、WriteEndElement などのメソッドを続けて、JSON 配列項目を書き込みます。
Unlocalized message
To write JSON arrays, use XML writer methods to write the attribute type="array" followed by methods like WriteStartElement (with the local name "item"), WriteAttributeString, and WriteEndElement to write the JSON array items.
Search by Google