toJson
Last updated
Last updated
toJson() function is the Standard function available in 200OK.
Description : The fx_toJson function serializes a JSON string into a pretty-print format.
Syntax : fx_toJson(string)
Example : fx_toJson('id1':'hi','id2':'world') would convert the input JSON string into a more readable and structured format.
Here we go with simple scenario using the above function.
Request Side :
Response Side :