`new JSONParser(JSONParser.MODE_RFC4627).parse("[,5]")` returns `[5]` and not throws ParseException as expected.