UNPKG

jsonpath-faster

Version:

Query JavaScript objects with JSONPath expressions. Compiles and caches JSONpath to JS

9 lines (7 loc) 131 B
"use strict"; module.exports = obj => require("util").inspect(obj, { depth: null, sorted: true, getters: true });