Currently, a grammar expression that is an array has no meaning (only strings and objects have defined rules). As such, I could add some simple semantics for arrays. But this isn't urgent since I can already do this with JSON schemas AND I don't want to go down the road of reimplementing JSON schema validation.
Currently, a grammar expression that is an array has no meaning (only strings and objects have defined rules). As such, I could add some simple semantics for arrays. But this isn't urgent since I can already do this with JSON schemas AND I don't want to go down the road of reimplementing JSON schema validation.