MCPcopy Create free account
hub / github.com/observablehq/framework / jsonEqual

Function jsonEqual

test/markdown-test.ts:70–72  ·  view source on GitHub ↗
(a: string, b: string)

Source from the content-addressed store, hash-verified

68}
69
70function jsonEqual(a: string, b: string): boolean {
71 return deepEqual(JSON.parse(a), JSON.parse(b));
72}

Callers 1

markdown-test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected