Joey Bleau
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...
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...