Closed MiniXC closed 8 years ago
Is this
"someLoop" : [ { "type": "someType", "data": "element" } ]
or this
"someLoop" : [ { "someType": "element" } ]
better?
The first syntax is preferred.
Fixed tests in 62333ba0dddb385e4433f49caf7c732285dd0b53
Is this
or this
better?