Bitbybit Docs
    Preparing search index...

    Class GetJsonFromArrayByFirstPropMatchDto (Inputs.JSON)

    json.getJsonFromArrayByFirstPropMatch 提供要搜索的对象列表、要查看的属性以及它必须等于的值。

    Index

    Constructors

    Properties

    Constructors

    Properties

    jsonArray: unknown[]

    按顺序搜索的对象列表;第一个匹配项即为结果

    undefined
    
    property: string

    在每个对象上比较的属性的名称

    propName
    
    match: unknown

    属性必须精确等于的值,类型也要相同

    undefined