Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
XMLフローのアクションを設定して、JSON を XML に、XML を JSON に変換する方法を学びます。
xml
{ "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<name>John Doe</name>" }
object
{ "object": { "name": "John Doe" } }