Discuss this help topic in SecureBlackbox Forum

TElRESTClient.JSONCharsPerIndentLevel

TElRESTClient     See also     


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


Specifies the number of indent characters in JSON.

Declaration

[C#]
    int JSONCharsPerIndentLevel;

[VB.NET]
    Property JSONCharsPerIndentLevel As Integer

[Pascal]
    property JSONCharsPerIndentLevel : integer;

[C++]
    int32_t get_JSONCharsPerIndentLevel();
    void set_JSONCharsPerIndentLevel(int32_t Value);

[PHP]
    integer get_JSONCharsPerIndentLevel()
    void set_JSONCharsPerIndentLevel(integer $Value)

[Java]
    int getJSONCharsPerIndentLevel();
    void setJSONCharsPerIndentLevel(int Value);

Description

    Use this property to specify the number of characters per indent level used to encode/decode JSON requests and responses. The default value is 0.

See also:     Post     Put     JSONIndentChar    

Discuss this help topic in SecureBlackbox Forum