Returns item at key
, or undefined
if not found. By default unwraps
scalar values from their surrounding node; to disable set keepScalar
to
true
(collections are always returned intact).
key
must contain a representation of an integer for this to succeed.
It may be wrapped in a Scalar
.
Optional
keepScalar: falseReturns item at key
, or undefined
if not found. By default unwraps
scalar values from their surrounding node; to disable set keepScalar
to
true
(collections are always returned intact).
key
must contain a representation of an integer for this to succeed.
It may be wrapped in a Scalar
.
Optional
keepScalar: boolean
Returns item at
key
, orundefined
if not found. By default unwraps scalar values from their surrounding node; to disable setkeepScalar
totrue
(collections are always returned intact).key
must contain a representation of an integer for this to succeed. It may be wrapped in aScalar
.