Discuss this help topic in SecureBlackbox Forum

TElRESTClient.JSONIndentChar

TElRESTClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the JSON indent character.

Declaration

[C#]
    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)

[Java]
    char getJSONIndentChar();
    void setJSONIndentChar(char Value);

Description

    Use this property to specify the JSON indent character. The default value is #0.

See also:     Post     Put     JSONCharsPerIndentLevel    

Discuss this help topic in SecureBlackbox Forum