Home > Transforms Nodes > JSON Query > JSON Query Node Editor > JSON > Attributes and their Suppor...
Table 7-2
| Attribute Type | Supported Operators | Description |
|---|---|---|
|
Array |
In |
Retrieves elements using specified indices, such as 0, 1, or index range such as 2:4, or a combination of both. |
|
< |
Retrieves elements that have indices less than the specified index. |
|
|
Boolean |
True |
Retrieves elements that matches the condition. |
|
False |
Retrieves elements that do not match the condition. |
|
|
Numbers |
In |
|
|
Not In |
||
|
= |
||
|
!= |
||
|
> |
||
|
>= |
||
|
< |
||
|
<= |
||
|
String |
In |
|
|
Not In |
||
|
Starts With |
||
|
Contains |
||
|
= |
||
|
!= |
||
|
> |
||
|
>= |
||
|
< |
||
|
<= |