Properties of a JsonParseTask.

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

Implemented by

Properties

aggregationMethod?: AggregationMethod

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

path?: string

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

Generated using TypeDoc