interface StringifyStreamOptionsimport { type StringifyStreamOptions } from "https://dotland.deno.dev/std@0.223.0/json/mod.ts"; Options for JsonStringifyStream. Propertiesreadonlyoptionalprefix: string = ""Prefix to be added after stringify. readonlyoptionalsuffix: string = "\n"Suffix to be added after stringify. readonlyoptionalwritableStrategy: QueuingStrategy<unknown>Controls the buffer of the {@link TransformStream} used internally. readonlyoptionalreadableStrategy: QueuingStrategy<string>Controls the buffer of the {@link TransformStream} used internally.