Operators

<< Click to Display Table of Contents >>

Navigation:  JSON >

Operators

THtJSON supports following operators:

 

= (equal) / <> (not equal). Objects and arrays are treated as equal when they contains same values in the same order.

 

in (string, number). When used for object, returns true if object contains specified value in keys, for arrays returns true when array contains specified value.

 

Implicit  - implicit conversion to String, Variant, DateTime, Double, Int64, array of string.