Last updated 2 years ago
A property selector is the most common selector, and is used to select a specific named property within a map.
.propertyName
$ echo '{"name": "Tom"}' | dasel -p json '.name' Tom