The JSON reviver that reconstructs bigint and Uint8Array values encoded by extendedJsonReplacer.
bigint
Uint8Array
extendedJsonReplacer
Note: To use this function, pass it as the second argument to JSON.parse when deserializing data.
JSON.parse
The property key being deserialized, required by the JSON.parse reviver but not used here.
The value to reconstruct or pass through unchanged.
The reconstructed value
The JSON reviver that reconstructs
bigintandUint8Arrayvalues encoded byextendedJsonReplacer.Note: To use this function, pass it as the second argument to
JSON.parsewhen deserializing data.