Filter Query Result
Inheritors
Types
Link copied to clipboard
data class NonSingularQueryResult(val nodeList: List<JsonElement>) : JsonPathFilterExpressionValue.NodesTypeValue.FilterQueryResult
Link copied to clipboard
data class SingularQueryResult(val nodeList: List<JsonElement>) : JsonPathFilterExpressionValue.NodesTypeValue.FilterQueryResult