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
Last updated 3 years ago