The JsonClear function removes a specific JSON object from memory.
int @JsonClear(string objectId);
Parameters
string objectId : JSON object ID to remove
Return Values
1 : Success
0 : Failure
Example 1)
string jsonObjectId = @JsonStructNew("{}");
//Release memory
after task completion
@JsonClear(jsonObjectId);
Version information
Supported Version: 10.3.6.25 or later
Related Helps)
JsonTemplateReplacePlaceholder