RunKit + npm: jsonpath-plus

node v13.14.0
version: master
endpointsharetweet
const {JSONPath} = require("jsonpath-plus") const json = { foo: 'bar', baz: 'qux' }; JSONPath({path: '$.@other()', json, otherTypeCallback (value, path, parent, parentPropertyName) { return value && value.foo === 'bar'; }});
Created from: https://npm.runkit.com/jsonpath-plus
Loading…

no comments

    sign in to comment