This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class Json |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class Json |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
Json | Overloaded. |
Public Methods
Name | Description | |
---|---|---|
AddProperty | Overloaded. | |
DeleteProperty |
Deletes the property.
|
|
Equals | (Inherited from Object.) | |
Exists |
Checks if the specified property exists.
|
|
GetByPosition |
Gets the Json object at the given position.
|
|
GetHashCode | (Inherited from Object.) | |
GetNameByPosition |
Gets the property name at the given position.
|
|
GetProperty |
Gets the property.
|
|
GetType | (Inherited from Object.) | |
GetTypedByPosition |
Gets the Sxml-typed value at the given position.
|
|
GetTypedProperty | Overloaded. | |
SetProperty | Overloaded. | |
ToString | Overloaded. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
returnNulls |
Determines if the Json class returns null values or empty objects ("{}"). Publicly available for the Site object to pass the compatibility setting "JsonReturnsNulls"
|
Public Properties
Name | Description | |
---|---|---|
Length |
Gets the number of properties on the JSON object.
|
|
Type |
Gets or sets the type of the JSON object.
|
|
UseXmlDates |
Determines how the Json object serializes dates. If true, an Xml DateTime literal is used, otherwise a JavaScript new Date constructor is used.
|
Explicit Interface Implementations
See Also
Smartsite.Base Namespace