MAXJSON
platformConfiguration parameters
-
warpscript.maxjson
-
warpscript.maxjson.hard
Execution of WarpScript code is performed on a stack which has a set of limits in order to prevent bad things to happen. Those limits have both a soft and a hard limit which can be configured on the backend. By default a limit is set to its soft limit value, but it can be modified from within the script up to the hard limit value.
The MAXJSON
function modifies the maximum number of characters in a json produced by ->JSON
.
Prior to calling this function, you must call AUTHENTICATE
with a valid token.