[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)

***

[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [models](../README.md) / jsonReviver

# Function: jsonReviver()

> **jsonReviver**(`_key`, `value`): `unknown`

Custom JSON reviver function.
Supports deserialization of complex data types like Map and Set.

## Parameters

### \_key

`string`

The key being processed.

### value

`unknown`

The value associated with the key.

## Returns

`unknown`

The value to be deserialized.
