# File lib/dm-serializer/to_json.rb, line 68 def to_json(*args) opts = args.first || {} "[" << map {|e| e.to_json(opts)}.join(",") << "]" end