UNPKG

json24

Version:

FuzzyJSONParser is a robust JSON parser designed to handle and recover data from JSON strings with extraneous text and incomplete structures. It can parse JSON strings that include redundant pre/post content and recover from missing closing characters lik

12 lines (11 loc) 215 B
{ "compilerOptions": { "target": "ES5", "module": "CommonJS", "declaration": true, "outDir": "./dist", "strict": true }, "include": ["src"], "exclude": ["node_modules", "**/*.spec.ts"] }