/** * Parser for JSON resources. Fetches the resource URL and returns the parsed JSON. * * @ignore */ export class JsonParser { canParse(): boolean; load(url: any, callback: any, asset: any): void; }