JSON Parser Xojo plugin

JSONPrimitive.Operator_Compare Method

Comparison operator to compare two JSONPrimitives with the standard Xojo = operator.

Operator_Compare(
   node as JSONPrimitive) as Integer

Parameters

node
The other primitive to compare with.

Returns

Integer

Remarks

See Also

JSONPrimitive Class