Abstract
Manage JSON lists in Cortex XSOAR that can be accessed by automations, playbooks, etc. List commands, lists arrays separators delimiters
List data can be stored in various structures, including JSON format. When accessing a valid JSON file from within a playbook, it is automatically parsed as a JSON object (list). Depending on how you store the data, you may need to Transform a list into an array. For example, when using non-built-in commands in a script or looping over items in a list, you should convert the list into an array. Working with a JSON file list in a playbook typically involves the following:
Extract the data from a JSON object
Extract a subset of the data
Filter extracted data
Apply transformers to extracted data.