|   | 
              Sets a named property on the JSON object.
              
            This viper method also supports the extension viper syntax.
              
                 Syntax
Syntax
            
            | Smartsite SXML |  Copy Code | 
|---|---|
| this.setvalue(string name, any value) | |
              
                 Extension Viper Syntax
Extension Viper Syntax
            
            | Smartsite SXML |  Copy Code | 
|---|---|
| page.<id>.setvalue(string name, any value) | |
              
                 Parameters
Parameters
            
            | Name | Data Type | Description | 
|---|---|---|
| name | String | The name of the property. | 
| value | Any | The value. | 
| jsonValue | String | JSON string representation of the value. Will be parsed to determine the JSON type | 
| type | Enum | Type to which the jsonValue will be converted. Enum values: 
 | 
              
                 Return Value
Return Value
            
            None.
            
              
                 Used in
Used in
            
            | Macro | Description | 
|---|---|
| Json | The JSON macro can parse a JSON string. It exposes properties to query the resulting object and methods to modify it. | 
 
     
     
    