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

6 lines (5 loc) 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FuzzyJsonParser = void 0; var FuzzyJsonParser_1 = require("./FuzzyJsonParser"); Object.defineProperty(exports, "FuzzyJsonParser", { enumerable: true, get: function () { return FuzzyJsonParser_1.FuzzyJsonParser; } });