# File lib/json/add/core.rb, line 140 def to_json(*) { JSON.create_id => self.class.name, 'o' => options, 's' => source, }.to_json end