MCPcopy
hub / github.com/google/zx / json

Method json

src/core.ts:919–921  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

917 }
918
919 json<T = any>(): T {
920 return JSON.parse(this.stdall)
921 }
922
923 buffer(): Buffer {
924 return Buffer.from(this.stdall)

Callers 5

core.test.jsFile · 0.80
node.test.mjsFile · 0.80
jsonFunction · 0.80
backup-github.mjsFile · 0.80
mainFunction · 0.80

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected