UNPKG

json-restructure

Version:

A TypeScript library for repairing malformed JSON strings

2 lines (1 loc) 65 B
export declare function repairJson(jsonString: string): string;