module Psych::JSON::YAMLEvents

def start_sequence anchor, tag, implicit, style

def start_sequence anchor, tag, implicit, style
  super(anchor, nil, true, Nodes::Sequence::FLOW)
end