Einhugur JSON Plugin III for Xojo

JSONPrimitive.Int64ValueByKey Method

Gets or Sets Int64 value by key on a JSON object.

Int64ValueByKey(
   memberName as String) as Int64

Int64ValueByKey(
   memberName as String
   assigns value as Int64)

Parameters

memberName
Name of the member in the JSON object.
value (assignment parameter)
Value to set.

Returns

Int64
Result as Int64.

Remarks

The primitive needs to be actually JSONobject for this getter / setter method to work.

See Also

JSONPrimitive Class