module Spring::JSON

def self.dump(data)

def self.dump(data)
  OkJson.encode(data)
end