expose method

JSONString expose({
  1. LogMethods? method = .prettyPrint,
})

Implementation

JSONString expose({LogMethods? method = .prettyPrint}) {
  return exposeJSON(toJSONString(), method: method);
}