Arrays - Mrcarrot1/KarrotObjectNotation GitHub Wiki
Arrays are a list of values stored within a node. These values are stored as a List of strings in the KONArray
class.
Arrays are defined by the following syntax:
Array
[
item1
item2
//etc.
]
Arrays may exist only inside nodes. The arrays in a node are stored in the list KONNode.Arrays
.