fileInfoAsJson method

CdnPathBuilder fileInfoAsJson()

Implementation

CdnPathBuilder fileInfoAsJson() {
  sb.write('/-/json/');
  return this;
}