get

Object

Extracts a single value from an object by field name. Supports dot-notation to access nested properties. Returns null if the field is missing.

Syntaxget:path
pathField name or dot-separated path to a nested field (e.g. address.city)

Use cases

All commands