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

JSONInput

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

Specifies JSON as object's input serialization format.

interface JSONInput {
Type?: JSONType | null;
}

§Properties

§
Type?: JSONType | null
[src]

The type of JSON. Valid values: Document, Lines.