45 46 47 48
# File 'lib/betterlog/log/event.rb', line 45 def self.parse(json) new(JSON.parse(json)) rescue JSON::ParserError end