I received the following exception
com.fasterxml.jackson.core.JsonParseException: Unexpected character (',' (code 44)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')
when trying to parse array
[1,"some text",,,,54]
Is it possible to configure object mapper to parse such array with empty elements and put default(null) values in result tree(JsonNode)?