Method: MicroQ::Util.json_parse

Defined in:
lib/micro_q/util.rb

.json_parseObject



18
19
20
# File 'lib/micro_q/util.rb', line 18

def self.json_parse
  @@json_parse ||= proc {|entry| JSON.parse(entry) }
end