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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
JSON.ToHTML
Converts JSON to HTML.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| JSON | 8.2 | Yes | Yes | Yes | Yes | Yes |
Parameters
| 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 |
Result
Returns HTML text or error.
Description
Converts JSON to HTML.We build for you a HTML with tables for each array and object. We include values and tag rows with even/odd CSS classes.
Examples
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>")
See also
Example Databases
Blog Entries
- With JSON in excellent form
- MBS FileMaker Plugin, version 9.3pr7
- MBS FileMaker Plugin, version 8.4pr9
- MBS FileMaker Plugin, version 8.3pr2
- MBS FileMaker Plugin, version 8.2pr5
- Converting JSON to HTML for display
FileMaker Magazin
Release notes
- Version 9.3
- Fixed HTML tag for JSON.ToHTML.
- Version 8.4
- Fixed JSON.ToHTML to return text with CR as line ending.
- Version 8.3
- Changed JSON.ToHTML to use @attributes with lowercase a.
- Version 8.2
- Added JSON.Colorize and JSON.ToHTML functions.
Created 26th April 2018, last changed 26th April 2018
JSON.SortWithEvaluate - JSON.ToXML
Feedback: Report problem or ask question.
Links
MBS FileMaker blog