Handbook
Glossary
access-token-json? ( json -- ? )
Vocabulary
aws
Inputs
json
an
object
Outputs
?
an
object
Definition
USING:
assocs
combinators.short-circuit
;
IN:
aws
:
access-token-json?
( json -- ? )
{
[
"region"
of
]
[
"accessToken"
of
]
[
"startUrl"
of
]
[
"expiresAt"
of
]
}
1&&
;