# ClientScriptableObject.getData

Returns json data from a client scriptableObject.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
clientScriptableObject:getData( scriptableObject )
```

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

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `scriptableObject` | [ScriptableObject](../Game-Script-Environment/Userdata/ScriptableObject.md) | The scriptableObject. |

**Returns:**

| Type | Description |
| --- | --- |
| table | The json data. |
