> ## Documentation Index
> Fetch the complete documentation index at: https://baileys.wiki/llms.txt
> Use this file to discover all available pages before exploring further.

# BufferJSON

> Variable BufferJSON in the Baileys API.

> `const` **BufferJSON**: `object`

Defined in: [src/Utils/generics.ts:18](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/generics.ts#L18)

## Type declaration

### replacer()

> **replacer**: (`k`, `value`) => `any`

#### Parameters

##### k

`any`

##### value

`any`

#### Returns

`any`

### reviver()

> **reviver**: (`_`, `value`) => `any`

#### Parameters

##### \_

`any`

##### value

`any`

#### Returns

`any`
