Pattern: Split JSON List ActionJune 9, 2025Designers encounter cases where JSON lists need to be split based on attribute values. Typically this would involve looping through the list and filtering. This pattern offers a cleaner approach to split values.