2022-09-07 03:37:22 -05:00
|
|
|
pub struct Demo {
|
|
|
|
pub x: i32,
|
|
|
|
#[doc(hidden)]
|
|
|
|
pub y: i32,
|
|
|
|
}
|
|
|
|
|
2024-07-19 09:50:47 -05:00
|
|
|
//@ set x = "$.index[*][?(@.name=='x')].id"
|
|
|
|
//@ !has "$.index[*][?(@.name=='y')].id"
|
|
|
|
//@ is "$.index[*][?(@.name=='Demo')].inner.struct.kind.plain.fields[0]" $x
|
|
|
|
//@ count "$.index[*][?(@.name=='Demo')].inner.struct.kind.plain.fields[*]" 1
|
2024-08-04 18:44:35 -05:00
|
|
|
//@ is "$.index[*][?(@.name=='Demo')].inner.struct.kind.plain.has_stripped_fields" true
|