Json parse

event.get('contextMap').each { |kv|
  event.set(kv['key'], kv['value']) unless kv['value'].nil?
}