StructFind
Finds and retrieves a top-level key from a string in a struct
Method Signature
Arguments
Argument
Type
Required
Description
Default
struct
struct
true
The struct object
key
any
true
The key to search
defaultValue
any
false
An optional value to be returned if the struct does not contain the key
Examples
Related
Last updated