JSON Array data item size limitations?

How much data can the JSON Array data item hold?

There is currently no explicit limit on the size of a JSON Object or JSON Array data item or variable. But there are some system limitations when it comes to building and using these data item types within a logic block.

  1. At runtime, a logic block has a 200 Mb limit on the cumulative size of all JSON object/array variables/fields held in memory in a logic block call stack. This limit really only pertains to scenarios where you are building a new JSON object or array via a variable/field in a LB at runtime.
  2. If a JSON Object or JSON Array variable is being used within a logic block to handle a called endpoint response, there is a 100 Mb limit on the total payload response size.