array (list)
Allow you to store and manipulate collections of data. They can be declared in a concise and readable manner, supporting both single-line and multi-line formats.
Syntax
To declare an array in a BAML file, you can use the following syntax:
Key Points:
- Commas: Optional for multi-line arrays, but recommended for clarity.
- Nested Arrays: Supported, allowing complex data structures.
- Key-Value Pairs: Arrays can contain objects with key-value pairs.