JSONPrimitive.EvaluateStringDelegate Delegate (console safe)
Delegate to use with JSONPrimitive.ToVariant to evaluated custom structures which are not part of the JSON standard such as for example Date or Color.

EvaluateStringDelegate(
value
as String)
as Variant
Parameters
- value
- The value to evaluate.
Returns
- Variant
- Return new object such as Date for example if it applies, else return the value that was passed in.
Remarks
See Also
JSONPrimitive Class