static ExpressionColumn[] fromJsonArray(String array) {
   return fromJsonArray(Json.parseArray(array));
 }