Version

GenerateCompactJSONResponse Property (IGridModel)

The difference between compact JSON response and non-compact is that for "compact" mode, JSON is rendered as an array of values, such as [val1, val2, val3] while in non-compact mode JSON is rendered as an object with name-value pairs, such as: {key1: val1, key2: val2, key3: val3 }
Syntax
'Declaration
 
Property GenerateCompactJSONResponse As System.Nullable(Of Boolean)
System.Nullable<bool> GenerateCompactJSONResponse {get; set;}
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub