Discuss this help topic in SecureBlackbox Forum
Specifies the JSON indent character.
Declaration
[C#/Java]
char JSONIndentChar;
[VB.NET]
Property JSONIndentChar As Char
[Pascal]
property JSONIndentChar : char;
[C++]
char get_JSONIndentChar();
void set_JSONIndentChar(char Value);
[PHP]
char get_JSONIndentChar()
void set_JSONIndentChar(char $Value)
Description
Use this property to specify the JSON indent character.
The default value is #0.
Discuss this help topic in SecureBlackbox Forum