# File lib/rhc-common.rb, line 91
  def self.generate_json(data)
      data['api'] = API
      json = JSON.generate(data)
      json
  end