This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The JSON macro can parse a JSON string. It exposes properties to query the resulting object and methods to modify it.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[("Json")]
[(typeof(), "Source")]
public class JsonModule : 
Visual Basic (Declaration)Copy imageCopy Code
<("Json")> _
<(GetType(), "Source")> _
Public Class JsonModule _
	Inherits 

Inheritance Hierarchy

System..::..Object
  Smartsite.Core..::..BaseModule
    Smartsite.Core..::..Module
      Smartsite.Runtime.Modules..::..JsonModule

See Also

Advanced