bigIntJsonParseReviver()
bigIntJsonParseReviver(
_key:string,value:unknown):unknown
Defined in: packages/core/src/utils/formatQuery/utils.ts:408
"Reviver" method for JSON.parse's second argument. Converts objects having a single
$bigint: string property to an actual bigint value.
Inverse of bigIntJsonStringifyReplacer.
Parameters
| Parameter | Type |
|---|---|
_key | string |
value | unknown |
Returns
unknown
See
caution
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.