jsonpath transform — extracts value(s) from a JSON value via a JSONPath expression.
The input may be a JSON string (it is JSON.parsed) or an already-parsed object/array. By default the
FIRST match is returned (the common "grab one value" case); set First: false to get the full array
of matches. Lives here, not in @memberjunction/global, because it needs jsonpath-plus.
jsonpathtransform — extracts value(s) from a JSON value via a JSONPath expression.The input may be a JSON string (it is
JSON.parsed) or an already-parsed object/array. By default the FIRST match is returned (the common "grab one value" case); setFirst: falseto get the full array of matches. Lives here, not in@memberjunction/global, because it needsjsonpath-plus.