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 imageCopy Code
                                  public class Json
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class Json

The type exposes the following properties.

Public Properties

  Name Description
Public property Length
Gets the number of properties on the JSON object.
Public property Type
Gets or sets the type of the JSON object.
Public property UseXmlDates
Determines how the Json object serializes dates. If true, an Xml DateTime literal is used, otherwise a JavaScript new Date constructor is used.

See Also

Smartsite.Base Namespace
Advanced