Class: Aws::Templates::Cli::Formatter::Json

Inherits:
Object
  • Object
show all
Defined in:
lib/aws/templates/cli/formatter/json.rb

Overview

JSON formatter

Transforms passed object into valid JSON document

Instance Method Summary collapse

Instance Method Details

#format(obj) ⇒ Object



13
14
15
# File 'lib/aws/templates/cli/formatter/json.rb', line 13

def format(obj)
  obj.to_json
end