declare function isJson(val: string): boolean;

export = isJson;
