module Console::Format

def self.default

@returns [Console::Format::Safe]

A safe format for converting objects to strings.
def self.default
	Safe.new(format: ::JSON)
end