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

JSONOutput

import type { JSONOutput } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";

Specifies JSON as request's output serialization format.

interface JSONOutput {
RecordDelimiter?: string | null;
}

§Properties

§
RecordDelimiter?: string | null
[src]

The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a newline character ('\n').