This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The type of a Json object

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public enum JsonType
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration JsonType

Members

Member nameDescription
String
Character string
Number
Number (float or integer)
Object
Object with nested properties
Array
Array of nested JSON objects
Boolean
Boolean
Null
Empty value

See Also

Smartsite.Base Namespace
Advanced