# File lib/couch_potato/persistence/json.rb, line 18
      def to_json(*args)
        to_hash.to_json(*args)
      end