Fetching Single item from JSON Object

How can I fetch single item from JSON?

In this is case, I want to fetch only value of Word

How can I do that inside Expression (Without Function Node)

Here is my current code:

You have to append the key, in this case “word”:

{{ $node["Set"].json["webhook"]["word"] }}