"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.jsonpath = void 0; const jsonpath_plus_1 = require("jsonpath-plus"); function jsonpath(path, json) { return (0, jsonpath_plus_1.JSONPath)({ path, json, preventEval: true, }); } exports.jsonpath = jsonpath; //# sourceMappingURL=json_path.js.map