module Console::Output::JSON

def self.new(output, **options)

def self.new(output, **options)
	Serialized::Logger.new(output, format: ::JSON, **options)
end