# parseJsonAddressArray

Description: parseJsonAddressArray cheatcode documentation

Note: This document was authored using MDX

  Source: https://github.com/NomicFoundation/hardhat-website/tree/main/src/content/docs/docs/reference/cheatcodes/External/parse-json-address-array.mdx

### Signature

```solidity
function parseJsonAddressArray(
  string calldata json,
  string calldata key
) external pure returns (address[] memory);
```

### Description

Parses a string of JSON data at `key` and coerces it to `address[]`.
