Language Reference Guide : 4. System Classes : JsonHandler Class : IndentChar Attribute
 
Share this page                  
IndentChar Attribute
Data Type: varchar(1)
4GL Access: RW
The IndentChar attribute defines the indentation character to be used when writing JSON using the Write() or WriteFile() methods with parameter indented=TRUE.
It must be one of the following whitespace characters: space (' '), tab (HC_TAB) or newline (HC_NEWLINE).
Default: ' ' (space)