# File lib/dm-types/json.rb, line 37
      def typecast_to_primitive(value)
        ::JSON.load(value.to_s)
      end