Why have our own stuff at all? There are good JSON parsers and generators around, one of the best for automatic type conversions and such being the one built into Groovy (JsonSlurper, JsonBuilder, JsonOutput, etc).
-David On Oct 20, 2013, at 8:28 AM, Adrian Crum <[email protected]> wrote: > Does anyone know why we are using a JJ compiler to generate the JSON classes > in framework/base? It seems to me we could start off with compiler-generated > code, then improve it by hand. > > -- > Adrian Crum > Sandglass Software > www.sandglass-software.com
