UNPKG

jsonpath-plus

Version:

A JS implementation of JSONPath with some additional operators

9 lines (6 loc) 116 B
import vm from 'vm'; import {JSONPath} from './jsonpath.js'; JSONPath.prototype.vm = vm; export { JSONPath };