Zero-copy C++ text cleaner that removes JSON artifacts 2.3x faster than JavaScript equivalents.
npm install @anchor/native-keyassassinconst { cleanse } = require('@anchor/native-keyassassin');
const cleanedText = cleanse('your text with JSON artifacts');This C++ implementation is 2.3x faster than equivalent JavaScript implementations for removing JSON artifacts, escape characters, and control sequences.
Removes JSON artifacts, escape characters, and control sequences from the input text using zero-copy techniques.