Document syntax of array selector: (*).field_name.

This commit is contained in:
marxin 2020-02-01 21:47:08 +01:00
parent 2541223cde
commit c2435a8cbf

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`: **Data for separator** `-f _` **and key** `(0)_gauges_jvm.buffers.direct.capacity_value`:
[ [