Gets the json object for later use.

This viper method also supports the extension viper syntax.

Syntax

Smartsite SXML CopyCode image Copy Code
any this.getjson()

Extension Viper Syntax

Smartsite SXML CopyCode image Copy Code
any page.<id>.getjson()

Parameters

This Viper method does not expose any parameters.

Return Value

Data Type Description
Any

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.
SXML