blob: f9ab8714f81a6e415d1332208eb6201046ad3932 (
plain)
1
2
3
4
5
6
7
8
9
|
pub struct Demo {
pub x: i32,
y: i32,
}
//@ set x = "$.index[*][?(@.name=='x')].id"
//@ is "$.index[*][?(@.name=='Demo')].inner.struct.kind.plain.fields[0]" $x
//@ count "$.index[*][?(@.name=='Demo')].inner.struct.kind.plain.fields[*]" 1
//@ is "$.index[*][?(@.name=='Demo')].inner.struct.kind.plain.fields_stripped" true
|