val language = getJsonField(jsonBookObject, LANGUAGE_FIELD_NAME)
            .map { parseLanguages(it) }
            .orElse(null)