UNPKG

crack-json

Version:

Extracts all JSON objects from an arbitrary text document.

14 lines (12 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "extractJson", { enumerable: true, get: function () { return _utilities.extractJson; } }); var _utilities = require("./utilities"); //# sourceMappingURL=index.js.map