Function
parseJson
(options?: ParseJsonOptions | undefined)
Source from the content-addressed store, hash-verified
| 990 | type ParseJsonOptions = { |
| 991 | readonly reviver?: Parameters<typeof JSON.parse>[1] |
| 992 | } |
| 993 | |
| 994 | /** |
| 995 | * Parses a JSON string into a value. |
| 996 | * |
| 997 | * **When to use** |
| 998 | * |
| 999 | * Use when you need a schema getter to parse a present encoded JSON string |
| 1000 | * during decoding. |
| 1001 | * |
| 1002 | * **Details** |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…