isCanToJson method

bool isCanToJson(
  1. Object from
)

Implementation

bool isCanToJson(Object from) {
  return from is OBJ;
}