Bitbybit Docs
    Preparing search index...

    Class GetJsonFromArrayByFirstPropMatchDto (Inputs.JSON)

    Feeds json.getJsonFromArrayByFirstPropMatch: the list of objects to search, the property to look at and the value it must equal.

    Index

    Constructors

    Properties

    Constructors

    Properties

    jsonArray: unknown[]

    The list of objects searched in order; the first match is the result

    undefined
    
    property: string

    Name of the property compared on every object

    propName
    
    match: unknown

    The value the property must equal exactly, same type included

    undefined