jsonix-schema-compiler
jsonix-schema-compiler copied to clipboard
Option to turn off reserved Java keywords escaping
In accordance to this discussion : https://github.com/highsource/jsonix/issues/63#issuecomment-86420019
It would be nice to have a switch to not escape reserved Java keywords if we don't care about Java. There is no limitation for Javascript because properties can be accessed with obj["prop"] without limitation.
Thanks.