@Override
 public JsonType visitNull(NullType nullType, Void o) {
   throw new UnsupportedOperationException(nullType.toString());
 }