.map {
                val authorOption = getJsonField(asJsonObject(it), "key")
                val authorJson =
                    authorOption.orElseThrow(cantParseException("$AUTHORS_FIELD_NAME[n].key"))
                asString(authorJson)