xogeny / denada-go

A Golang implementation of Denada
32 stars 4 forks source link

Support for simple array syntax in rules #7

Open xogeny opened 10 years ago

xogeny commented 10 years ago

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.