module Psych::JSON::YAMLEvents

def start_mapping anchor, tag, implicit, style

def start_mapping anchor, tag, implicit, style
  super(anchor, nil, true, Nodes::Mapping::FLOW)
end