I got 0 from the code below. ``` java int i = mapper.readValue("\"\"", int.class); System.out.println(i); ``` It seems that Json Number type cannot start with ". Could I make the code throw some Exceptions?