aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/valid/array-mixed-types-ints-and-floats.json
AgeCommit message (Collapse)AuthorLines
2019-11-22Mixed type arrays (#358)daubaris-0/+9
* Added support of mixed-type arrays * Add tests cases * Replaced &'static str type for type_ and created a new enum instead * Restored ArrayMixedType