# players

#### players

An array of [\<player\_obj>](https://hh-specs.handhistory.org/player-object/player-object-definition) objects for all of the players that were at the table when the hand was dealt.

**Type:** array of [\<player\_obj>](https://hh-specs.handhistory.org/player-object/player-object-definition) objects

**Example:**

```javascript
"players": [
		<player_obj>
		<player_obj>
]
```
