Skip to content

Commit

Permalink
Merge pull request #51 from marxin/document-asterisk
Browse files Browse the repository at this point in the history
Document syntax of array selector: (*).field_name.
  • Loading branch information
Markus Opolka authored Feb 3, 2020
2 parents 2541223 + c2435a8 commit 2196dba
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,21 @@ optional arguments:
}
]

**Data for keys of all items in a list** `(*).capacity.value`:

[
{
"capacity": {
"value": 1000
}
},
{
"capacity": {
"value": 2200
}
}
]

**Data for separator** `-f _` **and key** `(0)_gauges_jvm.buffers.direct.capacity_value`:

[
Expand Down

0 comments on commit 2196dba

Please sign in to comment.