val edition = getJsonField(jsonBookObject, EDITION_FIELD_NAME)
            .map { parseEdition(it) }
            .orElse(null)