MCPcopy Create free account
hub / github.com/effect-app/libs / parseJson

Function parseJson

repos/effect/packages/effect/src/SchemaGetter.ts:992–999  ·  view source on GitHub ↗
(options?: ParseJsonOptions | undefined)

Source from the content-addressed store, hash-verified

990type 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

Calls 3

someMethod · 0.80
parseMethod · 0.80
onSomeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…