render
Render the SWML document as a JSON string. Python-compat alias for
renderDocument(); the two are functionally identical.
Use render() when porting from the Python SDK. For the document as a plain
object, use build() or getDocument().
Returns
string — JSON-serialized SWML document.