class CodeRay::Encoders::JSON

def setup options

def setup options
  super
  
  @first = true
  @out << '['
end