class CountVonCount::Formatters::Json

Public Instance Methods

extension() click to toggle source
# File lib/count_von_count/formatter.rb, line 68
def extension
  "json"
end
serialize(countObj) click to toggle source
# File lib/count_von_count/formatter.rb, line 71
def serialize(countObj)
  countObj.to_json
end