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
commit 2196dba761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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