Properties of a JsonParseTask.

interface IJsonParseTask {
    aggregationMethod?: null | AggregationMethod;
    path?: null | string;
}

Implemented by

Properties

aggregationMethod?: null | AggregationMethod

The technique that will be used to aggregate the results if walking the specified path returns multiple numerical results.

path?: null | string

JSONPath formatted path to the element. https://t.ly/uLtw https://www.npmjs.com/package/jsonpath-plus