NamespacesutilsinterfacesInterface: JSONExportOptionsOn this pageInterface: JSONExportOptions Defined in: utils/export/JSONExporter.ts:9 Options for JSON export. Properties PropertyTypeDescriptionDefined in filename?stringThe filename to save the JSON file as. If not provided, a default filename is used.utils/export/JSONExporter.ts:13 includeEmptyCells?booleanWhether to include empty/space cells in the output. Default is true.utils/export/JSONExporter.ts:19 prettyPrint?booleanWhether to pretty-print the JSON with indentation. Default is true.utils/export/JSONExporter.ts:25