Keys
Keysカードは、オブジェクト内のキーのリストを生成します。
入力フィールド
- object:キーを抽出する元のオブジェクト
出力フィールド
- output:テキストのリストとして編成された、オブジェクトのキー
例
入力のobjectが{"Name":"Emily", "Age":"66", "Hair Color":"Brown", "Eye Color":"175"}
なら
outputはリスト["Name", "Age", "Hair Color", "Eye Color"]
です