πŸ“„
πŸ“„
πŸ“„
πŸ“„
Dasel
Search…
πŸ“„
πŸ“„
πŸ“„
πŸ“„
Dasel
Introduction
Installation
Use as a go package
Github
Playground
Usage
Select
Put
Put object
Put document
Delete
Validate
Flags
Supported file types
Selectors
Introduction
Property
Keys and indexes
Index
Next Available Index
All indexes
Dynamic
Search
Search Optional
Length
Type
Notes
File formatting and ordering
Memory usage
Converting between formats
Examples
JQ to Dasel
YQ to Dasel
XML
Filter JSON API results
Powered By GitBook
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
Selectors - Previous
Introduction
Next - Selectors
Keys and indexes
Last modified 1mo ago
Copy link
Edit on GitHub
Outline
Description
Usage
Example