|
|
Sets a named property on the JSON object to Null.
This viper method also supports the extension viper syntax.
Syntax
| Smartsite SXML |
|
|---|---|
this.setnull(string name) |
|
Extension Viper Syntax
| Smartsite SXML |
|
|---|---|
page.<id>.setnull(string name) |
|
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
None.
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. |