class Protobuf::Message

def to_json(options = {})

def to_json(options = {})
  to_hash.to_json(options)
end