% /* Outputs properties as a table $0 - String containing a serialized array of properties of the structure {"label": "foo", "value": "bar"} */ var properties = JSON.parse($0); var result = "
| " + property.label + " | " + "" + property.value + " | "; }); result += "
|---|