Documentation Index
Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Description
Converts a string expression that contains a json array to a bag (array).Syntax
JsonStringToBag(string_expression)
Arguments
string_expression - JSON stringExamples
JsonStringToBag('[1,2,3,4,5]') returns a bag that contains the numbers 1,2,3,4,5 as items.