# File lib/dm-types/json.rb, line 39
      def typecast_to_primitive(value)
        MultiJson.decode(value.to_s)
      end