Open
Description
In accordance to this discussion : highsource/jsonix#63 (comment)
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.