# File lib/couch_potato/persistence/ghost_attributes.rb, line 6
        def self.json_create(json)
          instance = super
          instance._document = json if json
          instance
        end