Codeunit "Get Json Structure"
ID 1237
Namespace: System.IO
Methods
JsonToXML
[TryFunction]
procedure JsonToXML(JsonInStream: InStream, var XMLOutStream: OutStream): Boolean
Parameters
| Name | Type | Description |
|---|---|---|
| JsonInStream | InStream | |
| XMLOutStream | OutStream |
Returns
| Type | Description |
|---|---|
| Boolean |
JsonToXMLCreateDefaultRoot
[TryFunction]
procedure JsonToXMLCreateDefaultRoot(JsonInStream: InStream, var XMLOutStream: OutStream): Boolean
Parameters
| Name | Type | Description |
|---|---|---|
| JsonInStream | InStream | |
| XMLOutStream | OutStream |
Returns
| Type | Description |
|---|---|
| Boolean |