Array Operators
Reference for array operators in Statsig SDK rule evaluation, including supported comparisons, value types, and examples for user property arrays.
Array operators check whether an array custom field contains or doesn't contain specific values.
Client SDKs
Array operators work with all versions of all client SDKs except on-device eval client SDKs.
For on-device eval SDKs, Statsig supports the following SDKs and minimum versions:
| SDK | Minimum version |
|---|---|
| js-on-device-eval-client | v3.5.1 |
Server SDKs
Array operators require the following minimum SDK versions:
| SDK | Minimum version | Notes |
|---|---|---|
| Node.js | v5.27.0 | |
| Node Lite | v0.4.0 | |
| Python | v0.42.0 | |
| Ruby | v2.1.0 | |
| Java/Kotlin Server | v1.26.0 | |
| PHP | v3.5.0 | |
| Go | v1.31.0 | Supports []interface{} only |
| .Net Server | v2.1.0 | Supports JArray only |
All Server Core SDKs support array operators in all versions.
Was this helpful?