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

JsonOptions

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

Represents the JSON-specific options that define how input is to be interpreted by Glue DataBrew.

interface JsonOptions {
MultiLine?: boolean | null;
}

§Properties

§
MultiLine?: boolean | null
[src]

A value that specifies whether JSON input contains embedded new line characters.