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