interface JSON { parse(text: string, reviver?: (this: T, key: string, value: any) => any): T }