Skip to end of banner
Go to start of banner

fromJson - ex

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Availability

This routine is available starting with katl-commons 4.0.17

Syntax

fromJson(json)

Description

Converts the given JSON string into a SIL type (can be a primitive, array or struct).

Parameters

Parameter name

Type

Required

Description

json

string

Yes

The JSON to be converted.

Return type

variable return type - depending on the left hand side operator type

Example

HttpHeader header = httpCreateHeader("Content-Type", "application/json");


See also


  • No labels