JsonParseContext import { JsonParseContext } from "destack:json"; Source context passed to a JSON reviver. export struct JsonParseContext { source: string; } language/library/src/json/json.ds:7:10 Members source: string The source text for the current value.