Description
the javax.json.JsonReader.readObject() method implementation in org.apache.johnzon.core.JsonReaderImpl.readObject() throws ClassCastException if a json array like "[]" is passed to it, instead it should throw JsonParsingException if the JsonStructure returned by org.apache.johnzon.core.JsonReaderImpl.read() is not a JsonObject