# JsonGui.render

Renders the DOM

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
jsonGui:render( DOM, forceProperties? )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/JsonGui.md#render)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `gui` | [JsonGui](../Game-Script-Environment/Userdata/JsonGui.md) | The gui. |
| `DOM` | table | A table representing the gui elements to show |
| `forceProperties` *(optional)* | boolean | Force update widget properties (optional). (Defaults to false) |
