lib/gds_api/core-ext/openstruct.rb



class OpenStruct
  def to_json
    table.to_json
  end
end