Joey Bleau

Results 3 issues of Joey Bleau

This morning I attempted to add the configuration window to the in-game escape menu. I went about this by making an important change to state handling. I introduced a "state...

discussion
refactor

Addresses the concerns outlined in https://github.com/superfell/json2apex/issues/32

The following JSON: `{"example": [{"foo": null}, {"foo": "bar"}]}` Will generate the following APEX: ` if (text == 'foo') { foo = parser.readValueAs(Object.class); }` And when executed will incur the following...