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

« Previous Version 2 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

You can submit a json to the website, then a user is created based on the parameters, and then you get a json file returned which you can use to grab the external user ID from that json.

 

See also


  • No labels