Right now, each route is defined using the full url, e.g.: `"box\/foo\/bar"` Whereas grouping would reduce repetition, e.g.: ``` "box" : [ { "\/foo" : [ "bar" : {} ] } ] ```
Right now, each route is defined using the full url, e.g.:
"box\/foo\/bar"Whereas grouping would reduce repetition, e.g.: