UNPKG

ai-json-fixer

Version:

A simple JSON parser designed to handle malformed JSON from Large Language Models

5 lines 163 B
/** * Fixes unescaped quotes inside JSON strings */ export declare function fixUnescapedQuotes(input: string): string; //# sourceMappingURL=quote-fixing.d.ts.map