UNPKG

@kvaser/canking-api

Version:

CanKing API to communicate with the CanKing service using Node.js.

33 lines (17 loc) 507 B
[**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.