Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JsonFormatDescriptor

import type { JsonFormatDescriptor } from "https://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";

Contains information about how a source JSON data file should be analyzed.

interface JsonFormatDescriptor {
Charset?: string | null;
FileCompression?: JsonFileCompression | null;
}

§Properties

§
Charset?: string | null
[src]

The character set in which the source JSON file is written.

§
FileCompression?: JsonFileCompression | null
[src]

The level of compression of the source CSV file.