class CodeRay::Encoders::JSON

def begin_group kind

def begin_group kind
  append :type => 'block', :action => 'open', :kind => kind
end