class Aws::Templates::Cli::Formatter::Json

JSON formatter

Transforms passed object into valid JSON document

Public Instance Methods

format(obj) click to toggle source
# File lib/aws/templates/cli/formatter/json.rb, line 13
def format(obj)
  obj.to_json
end