# File lib/stella/core_ext.rb, line 466
    def to_json(*args)
      Yajl::Encoder.encode(self)
    end