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 HTML.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
JSON | 8.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
json | A JSON text or reference. | {"key":"value"} | |
Flags | The flags for processing. Currently you can pass 1 to exclude html header and just get a HTML table. |
0 | Optional |
CSS Style | Extra CSS / HTML to include. | Optional |
Returns HTML text or error.
Convert some JSON:
MBS("JSON.ToHTML"; JSON Input; 0;
/* CSS style to include */
"<style>
td
{
vertical-align:top;
}
.odd
{
background-color: white;
}
.even
{
background-color: #DDD;
}
</style>")
Created 26th April 2018, last changed 26th April 2018
JSON.SortWithEvaluate - JSON.ToXML
Feedback: Report problem or ask question.