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 error:
System.JSONException: Apex Type unsupported in JSON: Object