Message in Korean (한국어)
JSON 배열을 쓰려면 XML 기록기 메서드를 사용하여 type="array" 특성을 쓴 다음 WriteStartElement(로컬 이름 "item"), 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