import com.fasterxml.jackson.annotation.JsonTypeName;
public class JSONFormatPlugin extends EasyFormatPlugin<JSONFormatConfig> {
public JSONFormatPlugin(String name, DrillbitContext context, DrillFileSystem fs, StoragePluginConfig storageConfig) {
this(name, context, fs, storageConfig, new JSONFormatConfig());
}