Type alias jsonPathRule

jsonPathRule: {
    arg: string;
    fun: "jsonPath";
}

jsonPath 规则

Xpath

解析规则 文档:https://github.com/dchester/jsonpath

Type declaration

  • arg: string
  • fun: "jsonPath"

Generated using TypeDoc