For the complete documentation index, see llms.txt. This page is also available as Markdown.

Property

Description

A property selector is the most common selector, and is used to select a specific named property within a map.

Usage

.propertyName

Example

$ echo '{"name": "Tom"}' | dasel -p json '.name'
Tom

Last updated