Overview
JSONExportOptions is a type in Aspose.PDF FOSS for Go.
JSONExportOptions controls (*Form).ExportJSON / WriteJSON.
Properties: Indent, OmitEmpty.
Properties
| Name | Type | Access | Description |
|---|
Indent | bool | Read/Write | Gets the indent. |
OmitEmpty | bool | Read/Write | Gets the omit empty. |
See Also