Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Converts JSON to XML.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
JSON | 10.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
json | A JSON text or reference. | {"key": "value"} | |
RootNodeName | The root node name to use. | "test" | Optional |
Returns XML text or error.
Convert some JSON:
MBS( "JSON.ToXML"; "{\"first\": \"Peter\", \"age\": 38}"; "test" )
Example result:
<?xml version="1.0" encoding="UTF-8"?>
<test>
<first>Peter</first>
<age>38</age>
</test>
Created 20th June 2020, last changed 4th September 2020
JSON.ToHTML - Java.CallObjectMethod
Feedback: Report problem or ask question.