toJSONString method

JSONString toJSONString()

Implementation

JSONString toJSONString() {
  return toJSONStringResult(data, meta);
}