generateJsonDynamic

generateJsonDynamic(source: Any): StringUtf8;

The generateJsonDynamic method of the JadeJson class generates JSON from the type Any value specified in the source parameter.

The Any value can be one of the following types.

If the specified source parameter has a value of a different type, exception 11159 (Provided item cannot be converted to JSON) is raised.

If the specified source parameter is of type:

2022.0.04 and higher