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

Method parse

packages/effect-app/src/builtin-json.d.ts:16–16  ·  view source on GitHub ↗

* Converts a JavaScript Object Notation (JSON) string into an object. * @param text A valid JSON string. * @param reviver A function that transforms the results. This function is called for each member of the object. * If a member contains nested objects, the nested objects are transf

(text: string, reviver?: (this: any, key: string, value: any) => any)

Source from the content-addressed store, hash-verified

14 * If a member contains nested objects, the nested objects are transformed before the parent object is.
15 */
16 parse(text: string, reviver?: (this: any, key: string, value: any) => any): unknown
17 }
18
19 interface Body {

Callers 15

makeConfigFunction · 0.80
sql-store.test.tsFile · 0.80
leaseActiveFunction · 0.80
parseRowFunction · 0.80
parseSelectRowFunction · 0.80
makeDiskStoreIntFunction · 0.80
parseRowFunction · 0.80
secretURL.test.tsFile · 0.80
runFunction · 0.80
index.tsFile · 0.80

Calls

no outgoing calls

Tested by 15

runFunction · 0.64
mountAndGetDefaultsFunction · 0.64
getRequestBodyFunction · 0.64
getRequestBodyFunction · 0.64
getRequestBodyFunction · 0.64
getRequestBodyFunction · 0.64
getRequestBodyFunction · 0.64
getRequestBodyFunction · 0.64
getRequestBodyFunction · 0.64
assertSuccessFunction · 0.64