> For the complete documentation index, see [llms.txt](https://hh-specs.handhistory.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hh-specs.handhistory.org/json-object/players.md).

# players

#### players

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

**Type:** array of [\<player\_obj>](/player-object/player-object-definition.md) objects

**Example:**

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