UNPKG

ai-json-fixer

Version:

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

5 lines 194 B
/** * Adds missing commas between array elements and object properties */ export declare function addMissingCommas(input: string): string; //# sourceMappingURL=missing-comma-detection.d.ts.map