Interface WriteJsonOptions

Options for DataFrame.writeJSON

interface WriteJsonOptions {
    multiline?: boolean;
    orient?: "row" | "col" | "dataframe";
}

Properties

Properties

multiline?: boolean
orient?: "row" | "col" | "dataframe"