Merge pull request #51 from marxin/document-asterisk

Document syntax of array selector: (*).field_name.
This commit is contained in:
Markus Opolka
2020-02-03 16:06:54 +01:00
committed by GitHub

View File

@@ -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`:
[