Add support for more array notations
Opened this issue · 0 comments
Deleted user commented
D-like AA arrays: int[string]
- array key is string, array value is int.
Array of mixed values (int|string)[]
- array that can contain either int or string.